Skip to content

Commit a8a606c

Browse files
committed
fix: squashing minor UI bugs
1 parent 58a786e commit a8a606c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/uikit-workshop/src/scripts/components/pl-nav/pl-nav.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ pl-nav {
7676
padding: 0;
7777
list-style: none;
7878
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
7980
order: 2;
8081
background-color: inherit; // allows the nav's children inherit from the parent header
8182

packages/uikit-workshop/src/scripts/components/pl-tools-menu/pl-tools-menu.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
#TOOLS
33
\*------------------------------------*/
44

5+
// vertical align in <pl-header> container
56
pl-tools-menu {
67
display: flex;
8+
flex-direction: column;
9+
justify-content: center;
710
}
811

912
/**

0 commit comments

Comments
 (0)