fix(toolbar): fix md toolbar so it doesn't flow off the screen

closes #5414
This commit is contained in:
Brandy Carney
2016-02-13 13:31:36 -05:00
parent 2b9db258da
commit bd0376072b

View File

@@ -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;