Skip to content

Commit 10a55e6

Browse files
Merge pull request #3241 from nextcloud/fix-padding-settings
Fix left padding for settings sidebar
2 parents 77fcee7 + b5d171a commit 10a55e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings/css/settings.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ table.grid td.date{
744744
width: 16px;
745745
}
746746
#app-navigation li span.no-icon {
747-
padding-left: 25px;
747+
padding-left: 32px;
748748
}
749749

750750
#security-warning li {

0 commit comments

Comments
 (0)