Skip to content

Commit

Permalink
horizontal padding
Browse files Browse the repository at this point in the history
  • Loading branch information
loivsen committed Sep 20, 2023
1 parent e6a2cd8 commit 596a237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uui-tabs/lib/uui-tab.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class UUITabElement extends ActiveMixin(LabelMixin('', LitElement)) {
min-height: var(--uui-size-12);
min-width: 70px;
padding: var(--uui-size-2)
var(--uui-tab-padding-horizontal, var(--uui-size-4));
var(--uui-tab-padding-horizontal, var(--uui-size-5));
border: none;
font-size: inherit;
background: none;
Expand Down

0 comments on commit 596a237

Please sign in to comment.