Selector oopsie

This commit is contained in:
Charlotte Som 2022-07-26 05:12:09 +01:00
parent b9914602eb
commit 504b57361c

View file

@ -66,11 +66,11 @@ form button {
margin-top: 0.5em; margin-top: 0.5em;
} }
table pre .spaced { table pre.spaced {
padding: 0.5em; padding: 0.5em;
} }
table td .clipped { table td.clipped {
overflow-x: clip; overflow-x: clip;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;