From 65be558722484c5d6778aa5fe7076e4c6beec8be Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Fri, 28 Feb 2014 12:57:47 +0100 Subject: [PATCH] Fix overflow issues By making fields potentially wide again --- css/download.css | 3 +-- index.html | 26 ++++++++++++++------------ 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/css/download.css b/css/download.css index 1b2090a..0527270 100644 --- a/css/download.css +++ b/css/download.css @@ -48,9 +48,8 @@ .stats li { margin-bottom: 2px; padding: 0.75ex; - width: 20ex; + min-width: 20ex; text-align: center; - overflow: scroll; } .download-item { diff --git a/index.html b/index.html index 9afefcf..a3fe5dd 100755 --- a/index.html +++ b/index.html @@ -451,14 +451,14 @@   {{download.status}} -
  • -   {{download.dir}} -
  • -
  •   {{download.fmtTotalLength}}
  • +
  • +   {{download.dir}} +
  • + @@ -468,15 +468,16 @@   {{download.status}} +
  • +   {{download.fmtTotalLength}} +
  • +
  •   {{download.dir}}
  • -
  • -   {{download.fmtTotalLength}} -
  • @@ -486,13 +487,14 @@   {{download.status}} +
  • +   {{download.fmtTotalLength}} +
  • +
  •   {{download.dir}}
  • -
  • -   {{download.fmtTotalLength}} -
  • @@ -513,7 +515,6 @@