static/tgal.css: Remove pointless `white-space: normal'.
[tgal] / static / tgal.css
index dc95e2c..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; }
@@ -148,7 +147,7 @@ div.thumbstrip {
        width: 100%;
        overflow-x: auto;
        text-align: center;
-       white-space: nowrap;
+       display: flex; flex-direction: row;
 }
 
 /*----- That's all, folks -------------------------------------------------*/