diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-08-29 16:52:41 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-08-29 16:52:41 +0200 |
commit | 95382e994520966a71d56fb5113d8ed27ab5d8f6 (patch) | |
tree | 4792c68c990da3ca34f6e327aad8e37b7591f2d5 | |
parent | 41ace0391104ca7b65167d3bcee3b1960d21bb89 (diff) | |
download | nextcloud-server-95382e994520966a71d56fb5113d8ed27ab5d8f6.tar.gz nextcloud-server-95382e994520966a71d56fb5113d8ed27ab5d8f6.zip |
also add minimum width for quota bar so it’s apparent how it will look
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index a632eb46585..0d3b182ea41 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -737,6 +737,7 @@ code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono white-space: nowrap; border-bottom-left-radius: 3px; border-top-left-radius: 3px; + min-width: 1%; max-width: 100%; } #quotatext {padding:.6em 1em;} |