fix(mobile-ui): tabs should scroll instead of stack (#24309)
* fix: improve mobile design * fix: Dont wrap text in tab labels --------- Co-authored-by: Safwan Samsudeen <safwansamsudeen.c@gmail.com>
This commit is contained in:
parent
69d6053523
commit
880c01c4ae
1 changed files with 5 additions and 0 deletions
|
|
@ -419,7 +419,12 @@
|
|||
border-radius: var(--border-radius-md) var(--border-radius-md) 0 0;
|
||||
|
||||
.form-tabs {
|
||||
flex-wrap: nowrap;
|
||||
overflow: overlay;
|
||||
align-items: center;
|
||||
|
||||
.nav-item {
|
||||
white-space: nowrap;
|
||||
@include get_textstyle("base", "regular");
|
||||
.nav-link {
|
||||
color: var(--text-muted);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue