aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-07-24 10:48:55 +0200
committerGitHub <noreply@github.com>2018-07-24 10:48:55 +0200
commit262cb04c3ab4f102af206e7757707b4a20a53f41 (patch)
tree0b6d24342bdde89476397909e62764abbf697d20
parentb41d0d32e2183b8b241d3764f06a3b0f7d6b86c1 (diff)
parent9977b1415d23dd50e59283a3a88c48e254fb79dc (diff)
downloadnextcloud-server-262cb04c3ab4f102af206e7757707b4a20a53f41.tar.gz
nextcloud-server-262cb04c3ab4f102af206e7757707b4a20a53f41.zip
Merge pull request #10331 from weeman1337/fix-10330-files-multi-select-header
Adjusts the files multi select header width
-rw-r--r--apps/files/css/files.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 017253fdf8e..81a00c3c54c 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -257,7 +257,7 @@ table.multiselect thead {
z-index: 55;
-moz-box-sizing: border-box;
box-sizing: border-box;
- left: 250px; /* sidebar */
+ left: $navigation-width;
}
table.multiselect thead th {