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:
Ankush Menat 2024-01-13 12:35:31 +05:30 committed by GitHub
parent 69d6053523
commit 880c01c4ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);