프론트 프로그램/css - style
ie11에서 fieldset width 문제 - angular primeng p-filedset
수유산장
2021. 9. 3. 14:04
익스플로러11에서
primeng p-fieldset 사용시
레이어팝업처럼 본문 넓이보다 넓이가 작은 레이어에서
p-fieldset 사용시 팝업보다 width가 커지는 문제가 발생
css 파일에 아래의 속성 추가하여 해결
fieldset {
width: intrinsic;
}