diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-07-22 11:44:06 +0200 |
---|---|---|
committer | Michael Weimann <mail@michael-weimann.eu> | 2018-07-22 11:44:06 +0200 |
commit | 353bd8ee8a5539895ae24cca894c9e7ca7a82538 (patch) | |
tree | b381c91c1ea73b465421c551f6b63e0b6bedf7de /apps/files | |
parent | 8ac1f4168d9e551260603c90506e341ad92a8c75 (diff) | |
download | nextcloud-server-353bd8ee8a5539895ae24cca894c9e7ca7a82538.tar.gz nextcloud-server-353bd8ee8a5539895ae24cca894c9e7ca7a82538.zip |
Adjusts the files multi select header width
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 2a71af038cf..7fcf01b91bc 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -256,7 +256,7 @@ table.multiselect thead { z-index: 55; -moz-box-sizing: border-box; box-sizing: border-box; - left: 250px; /* sidebar */ + left: 300px; /* sidebar */ } table.multiselect thead th { |