Selector oopsie

main
Charlotte Som 2022-07-26 05:12:09 +01:00
parent b9914602eb
commit 504b57361c
1 changed files with 2 additions and 2 deletions

View File

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