Add compatibility fix for <td> elements overflowing the layout

This commit is contained in:
Tobi Schäfer 2025-05-27 20:28:05 +02:00
parent 0b326e71e6
commit 5b929bf0ca
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -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
}