mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Fix left padding for settings sidebar
* followup to #3151 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
e09bba5e36
commit
b5d171a3ed
1 changed files with 1 additions and 1 deletions
|
|
@ -744,7 +744,7 @@ table.grid td.date{
|
|||
width: 16px;
|
||||
}
|
||||
#app-navigation li span.no-icon {
|
||||
padding-left: 25px;
|
||||
padding-left: 32px;
|
||||
}
|
||||
|
||||
#security-warning li {
|
||||
|
|
|
|||
Loading…
Reference in a new issue