static/tgal.css: Remove pointless `white-space: normal'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 23 Dec 2021 20:44:24 +0000 (20:44 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 23 Dec 2021 20:47:53 +0000 (20:47 +0000)
No longer neended now that `thumbstrip' uses flex layout.

static/tgal.css

index 933b974..3d7fb19 100644 (file)
@@ -106,7 +106,6 @@ div.comment {
 div.caption {
        display: block;
        width: 228px;
-       white-space: normal;
 }
 div.caption span.name { font-family: sans-serif; }
 div.caption span.comment { font-style: italic; margin-inline-start: 1em; }