Skip to content

Commit

Permalink
fix: border full width and jumping (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrentk authored Nov 11, 2024
1 parent 3f2dd27 commit 11313dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Tabs/TabItem/TabItem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
color: var(--color-text-subtle);
cursor: pointer;
padding: var(--space-100) var(--space-150);
margin-bottom: calc(var(--line-normal) * -1);
text-decoration: none;
text-align: center;
border-bottom: var(--line-normal) solid var(--color-border-subtle);
font-weight: var(--font-weight-bold);
outline: none;

Expand Down
2 changes: 1 addition & 1 deletion src/components/Tabs/TabsBar/TabsBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
padding: {
top: var(--space-75);
}
height: 40px;
border-bottom: var(--line-normal) solid var(--color-border-subtle);

&--isBlock {
justify-content: space-evenly;
Expand Down

0 comments on commit 11313dd

Please sign in to comment.