MOBILE-2795 ux: Fix Android 4.4 toolbar title buttons width

main
Pau Ferrer Ocaña 2018-12-20 16:56:05 +01:00
parent 804be94b6f
commit 45327087a1
1 changed files with 4 additions and 0 deletions

View File

@ -80,4 +80,8 @@ ion-app.app-root.md {
color: $core-color;
}
}
}
.platform-android4_4 .bar-buttons-md {
display: flex;
}