Skip to content

Commit ff0b4d9

Browse files
committedNov 4, 2024
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 085c794 commit ff0b4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎material.angular.io/src/app/shared/navbar/navbar.scss

+1-1
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)
Please sign in to comment.