diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-07-17 13:29:03 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-07-20 23:38:04 +0200 |
commit | 43ab2082db0db30fd31e9597ed895e0cf3febe47 (patch) | |
tree | 5786ee8a368d10a62c075d344a7c6f978319c7dd /apps/files/css/mobile.scss | |
parent | a9f65390f664b1ffea6a906177fd0f593f3601b3 (diff) | |
download | nextcloud-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.scss | 2 |
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, |