Skip to content

Commit

Permalink
fix: add paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Feb 13, 2024
1 parent 7f09cd9 commit 3ad7d77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/runtime/scss/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
overflow: hidden;
height: 0;

/* for anchors */
padding-left: 30px;
transform: translateX(-30px);

&:first-child {
margin-top: 0 !important;
}
Expand Down

0 comments on commit 3ad7d77

Please sign in to comment.