Skip to content

Commit

Permalink
SAK-42793 Fixed site tool names overflowing top submenu (sakaiproject…
Browse files Browse the repository at this point in the history
  • Loading branch information
fostersdesign authored and Miguel Pellicer committed Nov 25, 2019
1 parent 4c63644 commit bae3480
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,8 @@ body.is-logged-out{
left: 0;
z-index: 99;
display: none;
width: 100%;
min-width: 100%; // at minimum, the menu should be the width of the site title
width: max-content; // if the content is wider than the site title, expand to the longest tool name
border: $sites-nav-menu-item-border-thickness solid $sites-nav-submenu-border-color;
box-shadow: 0 3px 2px rgba( $text-color, 0.35);
background: $sites-nav-menu-item-background;
Expand Down

0 comments on commit bae3480

Please sign in to comment.