mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(toolbar): fix md toolbar so it doesn't flow off the screen
closes #5414
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user