Skip to content

Commit

Permalink
Merge pull request #12 from poirazis/develop
Browse files Browse the repository at this point in the history
Padding fix
  • Loading branch information
poirazis authored Dec 4, 2023
2 parents 0a538d4 + 2798536 commit a7791d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TabControl.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
.tab {
position: relative;
box-sizing: border-box;
padding: var(--tab-padding);
display: flex;
align-items: center;
gap: 0.5rem;
Expand Down

0 comments on commit a7791d0

Please sign in to comment.