Skip to content

Commit c931d3f

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 23cd4df commit c931d3f

File tree

1 file changed

+1
-1
lines changed
  • material.angular.io/material.angular.io/material.angular.io/src/app/shared/navbar

1 file changed

+1
-1
lines changed

material.angular.io/material.angular.io/material.angular.io/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)