mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Merge pull request #49820 from nextcloud/fixHeaderStyleSettings
fix(settings): Make header style inline with other pages
This commit is contained in:
commit
250549cd03
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue