We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a786e commit a8a606cCopy full SHA for a8a606c
packages/uikit-workshop/src/scripts/components/pl-nav/pl-nav.scss
@@ -76,6 +76,7 @@ pl-nav {
76
padding: 0;
77
list-style: none;
78
flex-shrink: 0; // helps prevent top-level nav items from occasionally wrapping to multiple lines
79
+ max-width: 100%; // so content doesn't won't spill out horizontally
80
order: 2;
81
background-color: inherit; // allows the nav's children inherit from the parent header
82
packages/uikit-workshop/src/scripts/components/pl-tools-menu/pl-tools-menu.scss
@@ -2,8 +2,11 @@
2
#TOOLS
3
\*------------------------------------*/
4
5
+// vertical align in <pl-header> container
6
pl-tools-menu {
7
display: flex;
8
+ flex-direction: column;
9
+ justify-content: center;
10
}
11
12
/**
0 commit comments