Skip to content

Commit ba0ca74

Browse files
committed
fix: update header styles to less-frequently wrap nav links to multiple lines
1 parent ef65f82 commit ba0ca74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uikit-workshop/src/sass/scss/04-components/_navigation.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
margin: 0;
5050
padding: 0;
5151
list-style: none;
52+
flex-shrink: 0; // helps prevent top-level nav items from occasionally wrapping to multiple lines
5253

5354
@media all and (max-width: $pl-bp-med) {
5455
order: 2; /* 3 */

0 commit comments

Comments
 (0)