Add compatibility fix for <td> elements overflowing the layout
This commit is contained in:
parent
0b326e71e6
commit
5b929bf0ca
1 changed files with 5 additions and 0 deletions
|
|
@ -7,3 +7,8 @@
|
|||
summary {
|
||||
display: revert;
|
||||
}
|
||||
|
||||
// TODO: Actually a compatibility fix. See https://tobi.antville.org/stories/2317931/
|
||||
td[nowrap][width]:not([width$="%"]) {
|
||||
white-space: normal
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue