mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix file list summary left alignment
This commit is contained in:
parent
433d1de923
commit
c7cf0d0386
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ table td {
|
|||
}
|
||||
/* and accordingly fix left margin of file list summary on mobile */
|
||||
.summary .info {
|
||||
margin-left: 55px;
|
||||
margin-left: 105px;
|
||||
}
|
||||
|
||||
/* remove shift for multiselect bar to account for missing navigation */
|
||||
|
|
|
|||
Loading…
Reference in a new issue