Skip to content

Commit

Permalink
fix: change tab size to container
Browse files Browse the repository at this point in the history
  • Loading branch information
twhite313 committed Feb 10, 2025
1 parent 3bee515 commit b933a6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eds/blocks/tabs/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
}

.tabs .tab-nav .tab-titles {
align-items: flex-end;
display: flex;
inline-size: 100%;
justify-content: center;
list-style-type: none;
margin-block-end: 0;
Expand Down Expand Up @@ -113,7 +113,6 @@

.tabs .tab-nav .tab-title {
display: block;
inline-size: 285px;
transition: 0.3s ease;
}

Expand Down

0 comments on commit b933a6a

Please sign in to comment.