Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
fix: vertical design
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisi Linhart committed Jan 22, 2024
1 parent 1f375c5 commit 7920402
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/TabMenu/tab-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@
flex-direction: column;
}

.sb-tab-menu__action {
padding: $s-4 0;
}

.sb-tab-menu__menu-item {
padding: $s-4;
color: $sb-dark-blue;

&[data-p-highlight='true'] {
Expand Down

0 comments on commit 7920402

Please sign in to comment.