ie11에서 fieldset width 문제 - angular primeng p-filedset

ie11에서 fieldset width 문제 - angular primeng p-filedset

익스플로러11에서

primeng p-fieldset 사용시

레이어팝업처럼 본문 넓이보다 넓이가 작은 레이어에서

p-fieldset 사용시 팝업보다 width가 커지는 문제가 발생

css 파일에 아래의 속성 추가하여 해결

fieldset {

width: intrinsic;

}

from http://suyou.tistory.com/288 by ccl(A) rewrite - 2021-09-03 14:26:28