Skip to content

Commit

Permalink
fix(tabsbar): Prevent tab border affect its width
Browse files Browse the repository at this point in the history
Closes #839
  • Loading branch information
rafaelmardojai committed Dec 2, 2024
1 parent 1412726 commit a964e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/parts/tabsbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ tabs#tabbrowser-tabs {
&[orient="horizontal"] {
/* Tab */
tab {
box-sizing: content-box;
border-color: transparent !important;
border-left-width: 1px !important;
border-style: solid !important;
Expand Down

0 comments on commit a964e77

Please sign in to comment.