Skip to content

Commit

Permalink
fix: Account tabs overflow (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek committed Dec 11, 2023
1 parent 3ef45f7 commit 1004010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/AppTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function selectTab(tabIndex) {
width: 100%;
gap: var(--space-0);
list-style: none;
overflow-x: auto;
}
&__item {
Expand All @@ -80,6 +81,7 @@ function selectTab(tabIndex) {
border-radius: 4px 4px 0 0;
letter-spacing: 0.003em;
transition: none;
white-space: nowrap;
@media (--desktop) {
font-size: 16px;
Expand Down

0 comments on commit 1004010

Please sign in to comment.