Skip to content

Commit

Permalink
feat: increase vertical tab width with label enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysMb authored and vraravam committed Oct 25, 2024
1 parent 40bd963 commit e004727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/vertical.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ $tabitem-bias: 30px;
}

&.is-label-enabled {
min-width: 80px;
max-width: 80px;
min-width: 100px;
max-width: 100px;
height: $sidebar-width + 10;
width: max-content !important;
overflow: hidden;
Expand Down

0 comments on commit e004727

Please sign in to comment.