mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #14326 from nextcloud/design/filelist-header
Fix alignment of filelist header
This commit is contained in:
commit
47d0e3cafd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue