Skip to content

Commit 250549c

Browse files
authored
Merge pull request #49820 from nextcloud/fixHeaderStyleSettings
fix(settings): Make header style inline with other pages
2 parents 56c4565 + 5c6e76b commit 250549c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/settings/css/settings.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
847847
margin-bottom: calc(var(--default-grid-baseline) * 8);
848848

849849
> h2 {
850-
margin-bottom: 0px;
850+
margin: 0;
851+
font-size: 20px;
852+
font-weight: bold;
851853
}
852854

853855
> a {

0 commit comments

Comments
 (0)