Skip to content

Commit

Permalink
Revert "Make tab-nav a bit more responsive"
Browse files Browse the repository at this point in the history
This reverts commit 90fc7c4.
  • Loading branch information
tomalec committed Nov 30, 2024
1 parent 90fc7c4 commit c0ff8fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/src/components/app-tab-nav/index.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.app-tab-nav__tabs {
display: flex;
flex-wrap: wrap;
align-items: stretch;
box-shadow: inset 0 -1px 0 $gray-400;
margin-bottom: var(--main-gap);
Expand All @@ -16,7 +15,6 @@
margin-left: 0;
font-weight: 500;
box-sizing: border-box;
box-shadow: inset 0 -1px 0 #ccc;

// This pseudo-element "duplicates" the tab label and sets the text to bold.
// This ensures that the tab doesn't change width when selected.
Expand Down

0 comments on commit c0ff8fc

Please sign in to comment.