jsdialogs: show both tabs on small screens
Change-Id: I6c38703cf2580b75978fef2ca761d2fe93044f25
This commit is contained in:
parent
06bbdd2c75
commit
922e898a94
1 changed files with 2 additions and 1 deletions
|
@ -1039,10 +1039,11 @@ menu-entry-with-icon.padding-left + menu-entry-icon.width */
|
|||
|
||||
.ui-tabs.mobile-wizard {
|
||||
text-align: center;
|
||||
height: 42px;
|
||||
}
|
||||
|
||||
.ui-tab.mobile-wizard {
|
||||
display: inline-table;
|
||||
display: table-cell;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Reference in a new issue