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

Fix alignment of filelist header
This commit is contained in:
John Molakvoæ 2019-02-21 19:14:28 +01:00 committed by GitHub
commit 47d0e3cafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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