Skip to content

Commit

Permalink
fix(tabs): break tab label on vertical. Closes #688
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Oct 10, 2022
1 parent 2bdc29a commit 1f62ddf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/components/src/components/bal-tabs/bal-tabs.sass
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,25 @@
ul
justify-content: flex-end
+modifier(vertical)
white-space: normal
ul
flex-direction: column
align-items: flex-start
max-width: 100%
+modifier(vertical-on-mobile)
+mobile
white-space: normal
ul
flex-direction: column
align-items: flex-start
max-width: 100%
+modifier(vertical-on-tablet)
white-space: normal
+touch
ul
flex-direction: column
align-items: flex-start
max-width: 100%

// tab items
+element(item)
Expand Down

0 comments on commit 1f62ddf

Please sign in to comment.