Merge pull request #49820 from nextcloud/fixHeaderStyleSettings

fix(settings): Make header style inline with other pages
pull/48226/head^2
Louis 2025-01-21 12:42:50 +07:00 committed by GitHub
commit 250549cd03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

@ -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 {