소스 검색

Fix for overflowing tables

master
Said Achmiz 7 년 전
부모
커밋
9c3550abfc
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      papyrus.css

+ 6
- 0
papyrus.css 파일 보기

padding: var(--papyrus-content-padding); padding: var(--papyrus-content-padding);
display: flex; display: flex;
flex-flow: column; flex-flow: column;
min-width: 0;
} }


/*======================*/ /*======================*/


#wikitext { #wikitext {
line-height: 1.5; line-height: 1.5;
hyphens: auto;
} }


#wikitext p { #wikitext p {
font-weight: normal; font-weight: normal;
color: #a74000; color: #a74000;
} }
#wikitext a {
overflow-wrap: break-word;
word-break: break-all;
}


a:visited { a:visited {
text-decoration: none; text-decoration: none;

Loading…
취소
저장