Skip to content

Commit

Permalink
Merge pull request #50291 from nextcloud/backport/49820/stable30
Browse files Browse the repository at this point in the history
[stable30] fix(settings): Make header style inline with other pages
  • Loading branch information
solracsf authored Jan 22, 2025
2 parents 90e45ea + 069755d commit 23b980d
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 @@ -825,7 +825,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 23b980d

Please sign in to comment.