티스토리 뷰
dl dt dd를 display: table 시 아이폰에서 레이아웃 깨짐
dl{
display: table;
table-layout: fixed;
max-width: none;
width: auto;
min-width: 100%;
}
dt, dd{
display: table-cell;
}
https://github.com/filamentgroup/tablesaw/issues/58
CSS table-layout: fixed; isn't working with iOS Safari · Issue #58 · filamentgroup/tablesaw
CSS table-layout: fixed; isn't working with iOS Safari. It works with latest Chrome and Firefox, but not latest iOS Safari (tested with iPhone 6). This seems to be another issue, because my tab...
github.com
'WebPublisher > CSS' 카테고리의 다른 글
[css] print / 프린트용 페이지 style (0) | 2022.10.11 |
---|---|
[css] 유튜브 영역 반응형으로 잡기 (0) | 2022.09.22 |
[css] table caption (iOS에서 레이아웃 깨짐 문제) (0) | 2022.08.09 |
[CSS] 게시판 에디터(editor)에서 사용자가 입력한 대로 나오게 하기 (0) | 2022.07.28 |
[css] text-size-adjust : none (0) | 2022.07.25 |
공지사항