Browse Source
Merge pull request #10331 from weeman1337/fix-10330-files-multi-select-header
Adjusts the files multi select header width
pull/10339/merge
Morris Jobke
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 { |
|
|
|
|