MOBILE-3833 core: Avoid tabs shrinking
parent
0144791242
commit
7c8e074de1
|
@ -23,6 +23,7 @@
|
||||||
border-bottom: 1px solid var(--stroke);
|
border-bottom: 1px solid var(--stroke);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
flex-shrink: 0;
|
||||||
|
|
||||||
ion-row {
|
ion-row {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue