diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-14 22:14:46 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-14 22:14:46 +0100 |
commit | 072ef7f010ca9f48119bc2397a82fdd0aac76beb (patch) | |
tree | e2a3335f66a809102aacf7dbbedf1df829f516a9 | |
parent | 2bdd014f83979d3a332775b39bb139c567c34e64 (diff) | |
download | nextcloud-server-072ef7f010ca9f48119bc2397a82fdd0aac76beb.tar.gz nextcloud-server-072ef7f010ca9f48119bc2397a82fdd0aac76beb.zip |
remove min-width rule to fix mobile views
-rw-r--r-- | apps/files/css/files.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 2fc86ca537d..74320aba32a 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -65,9 +65,6 @@ top: 44px; width: 100%; } -#filestable, #controls { - min-width: 680px; -} #filestable tbody tr { background-color:#fff; height:2.5em; } #filestable tbody tr:hover, tbody tr:active { background-color: rgb(240,240,240); |