Skip to content

Commit 0aeaa15

Browse files
authored
Update uui-tab.element.ts
Unintentional change - not sure why the 14 went to 15.
1 parent e8c507c commit 0aeaa15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-tabs/lib/uui-tab.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export class UUITabElement extends ActiveMixin(LabelMixin('', LitElement)) {
184184
right: auto;
185185
border-radius: var(--uui-border-radius) var(--uui-border-radius) 0 0;
186186
height: 0px;
187-
width: calc(100% - 15px);
187+
width: calc(100% - 14px);
188188
bottom: 0;
189189
transition:
190190
opacity linear 120ms,

0 commit comments

Comments
 (0)