diff options
Diffstat (limited to 'web/style')
-rw-r--r-- | web/style/layout.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index 7fcfee1..46fecde 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -111,14 +111,14 @@ summary h3 { } .hlist { - overflow-x: scroll; + overflow-x: auto; max-width: 100%; + white-space: nowrap; } -.hlist ul { - display: table; -} -.hlist ul li { - display: table-cell; +.hlist li { + display: inline-block; + vertical-align: top; + white-space: normal; } @media (max-width: 750px) { |