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 {