Skip to content

Commit

Permalink
πŸ’„ Fix icon and label containers not being centered
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Aug 22, 2023
1 parent b59522e commit a18b750
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/tabs/content/browser-tab.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ browser-tab[selected] {

browser-tab .browser-tab-icon-container {
display: flex;
align-items: center;
justify-content: center;
}

browser-tab .browser-tab-icon,
Expand All @@ -50,6 +52,8 @@ browser-tab .browser-tab-spinner {
}

browser-tab .browser-tab-label-container {
display: flex;
align-items: center;
white-space: nowrap;
overflow: hidden;
width: 100%;
Expand Down

0 comments on commit a18b750

Please sign in to comment.