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
parent
commit
262cb04c3a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/files/css/files.scss

2
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 {

Loading…
Cancel
Save