Skip to content

Commit

Permalink
style(vertical-tab): 💄 remove extra outer padding
Browse files Browse the repository at this point in the history
  • Loading branch information
heorhi-deriv committed Feb 13, 2024
1 parent 9d0c9a0 commit 2045dc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/components/VerticalTab/VerticalTab.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
.vertical-tab__wrapper {
padding: 8px;
display: flex;
justify-content: center;
gap:25px;
gap: 25px;
@include mobile {
flex-direction: column;;
flex-direction: column;
}
}

Expand Down

0 comments on commit 2045dc9

Please sign in to comment.