summaryrefslogtreecommitdiffstats
path: root/apps/files/css/mobile.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-17 13:29:03 +0200
committerMorris Jobke <hey@morrisjobke.de>2018-07-20 23:38:04 +0200
commit43ab2082db0db30fd31e9597ed895e0cf3febe47 (patch)
tree5786ee8a368d10a62c075d344a7c6f978319c7dd /apps/files/css/mobile.scss
parenta9f65390f664b1ffea6a906177fd0f593f3601b3 (diff)
downloadnextcloud-server-43ab2082db0db30fd31e9597ed895e0cf3febe47.tar.gz
nextcloud-server-43ab2082db0db30fd31e9597ed895e0cf3febe47.zip
Fixed filestable min-width
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/css/mobile.scss')
-rw-r--r--apps/files/css/mobile.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/mobile.scss b/apps/files/css/mobile.scss
index a53066c4452..16144c4b4bd 100644
--- a/apps/files/css/mobile.scss
+++ b/apps/files/css/mobile.scss
@@ -9,7 +9,7 @@
/* don’t require a minimum width for files table */
#body-user #filestable {
- min-width: initial !important;
+ min-width: 300px;
}
table th#headerSize,