Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 427f217

Browse files
committed
fix: add header background if links wrap
Fixes that part of the navigation didn't have a background if the links wrap to the next line.
1 parent 86c2d82 commit 427f217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/navbar/navbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
:host {
22
color: var(--mat-sys-primary);
3+
background: var(--mat-sys-primary-container);
34
}
45

56
.docs-navbar-header {
6-
background: var(--mat-sys-primary-container);
77
display: flex;
88
flex-wrap: wrap;
99
align-items: center;

0 commit comments

Comments
 (0)