Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(toolbar): Prevent cut-offs of the toolbar section content (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-kachurin authored and amsheehan committed Apr 21, 2017
1 parent 83d1815 commit 4affc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-toolbar/mdc-toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ $mdc-toolbar-mobile-breakpoint: 599px;
flex: 1;
align-items: flex-start;
justify-content: center;
overflow: hidden;
z-index: 1;
min-width: 0;

&--align-start {
justify-content: flex-start;
Expand Down

0 comments on commit 4affc5c

Please sign in to comment.