Skip to content

Commit

Permalink
Merge pull request #49820 from nextcloud/fixHeaderStyleSettings
Browse files Browse the repository at this point in the history
fix(settings): Make header style inline with other pages
  • Loading branch information
artonge authored Jan 21, 2025
2 parents 56c4565 + 5c6e76b commit 250549c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
margin-bottom: calc(var(--default-grid-baseline) * 8);

> h2 {
margin-bottom: 0px;
margin: 0;
font-size: 20px;
font-weight: bold;
}

> a {
Expand Down

0 comments on commit 250549c

Please sign in to comment.