Skip to content

Commit

Permalink
fix(toolbar): fix md toolbar so it doesn't flow off the screen
Browse files Browse the repository at this point in the history
closes #5414
  • Loading branch information
brandyscarney committed Feb 13, 2016
1 parent 2b9db25 commit bd03760
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ionic/components/toolbar/toolbar.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,11 @@ ion-navbar-section {
.toolbar-content {
flex: 1;
order: map-get($toolbar-order-md, content);
max-width: 100%;
}

.toolbar-title {
color: $toolbar-md-text-color;
}

ion-title {
padding: 0 12px;
font-size: $toolbar-md-title-font-size;
font-weight: 500;
Expand Down

0 comments on commit bd03760

Please sign in to comment.