Skip to content

Commit 50e43e7

Browse files
committed
a
1 parent 8237f44 commit 50e43e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/webapp/app/shared/header/GermlineSomaticHeader.module.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.headerContent {
77
gap: 0.5rem;
88
display: grid;
9-
grid-template-columns: minmax(0px, 100%);
9+
grid-template-columns: minmax(0, max-content);
1010
}
1111

1212
.centerContent {
@@ -21,6 +21,6 @@
2121

2222
@media (min-width: 600px) {
2323
.headerContent {
24-
grid-template-columns: min-content minmax(0px, 100%) min-content;
24+
grid-template-columns: min-content minmax(0, max-content) min-content;
2525
}
2626
}

0 commit comments

Comments
 (0)