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

@ -81,3 +81,7 @@ ion-app.app-root.md {
}
}
}
.platform-android4_4 .bar-buttons-md {
display: flex;
}