Skip to content

Commit

Permalink
πŸ’„ Use tab max width as min width for tab content
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Dec 15, 2023
1 parent 5b8050e commit 9230e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tabs/content/browser-tab.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ browser-tab .browser-tab-icons {

browser-tab::part(customizable) {
width: calc(100% - var(--tab-padding-start) - var(--tab-padding-end));
min-width: fit-content;
min-width: var(--tab-max-width);

gap: 2px;
align-items: center;
Expand Down

0 comments on commit 9230e6d

Please sign in to comment.