Skip to content

Commit

Permalink
fix(kit): add line-height for [tuiTab] (#6704)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Feb 8, 2024
1 parent 3561ed1 commit db83218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/kit/components/tabs/tab/tab.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
height: 100%;
box-sizing: border-box;
justify-content: space-between;
line-height: 1.5rem;
align-items: center;
white-space: nowrap;
cursor: pointer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
justify-content: flex-start;
margin: 0.125rem 0.375rem;
padding: 0 0.625rem;
line-height: 1.5rem;
border-radius: var(--tui-radius-s);
font: var(--tui-font-text-m);
color: var(--tui-text-01);
Expand Down

0 comments on commit db83218

Please sign in to comment.