From 9e991a89d0fb1cedfc6196652fadc4c060fd17d2 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 23 Mar 2020 22:32:05 +0100 Subject: [PATCH] Make the table favor horizontal scrolling over wrapping --- static/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/main.css b/static/main.css index 562f89c..593f342 100644 --- a/static/main.css +++ b/static/main.css @@ -41,6 +41,8 @@ table { td { border: 1px solid hsla(0, 0%, 50%, 50%); padding: 0.25rem 0.5rem; + /* Prefer horizontal scrolling to wrapping over several lines. */ + white-space: nowrap; } tr:hover {