Fix for overflowing tables
This commit is contained in:
parent
3186d0f14d
commit
9c3550abfc
@ -99,6 +99,7 @@ body {
|
|||||||
padding: var(--papyrus-content-padding);
|
padding: var(--papyrus-content-padding);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*======================*/
|
/*======================*/
|
||||||
@ -164,6 +165,7 @@ body {
|
|||||||
|
|
||||||
#wikitext {
|
#wikitext {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wikitext p {
|
#wikitext p {
|
||||||
@ -408,6 +410,10 @@ a {
|
|||||||
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…
Reference in New Issue
Block a user