Przeglądaj źródła

Fix for overflowing tables

master
Said Achmiz 6 lat temu
rodzic
commit
9c3550abfc
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6
    0
      papyrus.css

+ 6
- 0
papyrus.css Wyświetl plik

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;

Ładowanie…
Anuluj
Zapisz