Skip to content

Commit

Permalink
fix: squashing minor UI bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt-bot committed Nov 23, 2018
1 parent 58a786e commit a8a606c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ pl-nav {
padding: 0;
list-style: none;
flex-shrink: 0; // helps prevent top-level nav items from occasionally wrapping to multiple lines
max-width: 100%; // so content doesn't won't spill out horizontally
order: 2;
background-color: inherit; // allows the nav's children inherit from the parent header

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
#TOOLS
\*------------------------------------*/

// vertical align in <pl-header> container
pl-tools-menu {
display: flex;
flex-direction: column;
justify-content: center;
}

/**
Expand Down

0 comments on commit a8a606c

Please sign in to comment.