From: Mark Wooding Date: Thu, 23 Dec 2021 20:44:24 +0000 (+0000) Subject: static/tgal.css: Remove pointless `white-space: normal'. X-Git-Url: https://git.distorted.org.uk/~mdw/tgal/commitdiff_plain/45dd1c7bf4f295bd1070dc36b618d1e199efc040 static/tgal.css: Remove pointless `white-space: normal'. No longer neended now that `thumbstrip' uses flex layout. --- diff --git a/static/tgal.css b/static/tgal.css index 933b974..3d7fb19 100644 --- a/static/tgal.css +++ b/static/tgal.css @@ -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; }