Browse Source

Merge pull request #14326 from nextcloud/design/filelist-header

Fix alignment of filelist header
pull/14335/head
John Molakvoæ 8 years ago
committed by GitHub
parent
commit
47d0e3cafd
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

@ -199,7 +199,7 @@ table.multiselect th .columntitle {
display: inline-block;
}
table th .columntitle.name {
padding-left: 5px;
padding-left: 0;
margin-left: 50px;
}

Loading…
Cancel
Save