Skip to content

Commit

Permalink
fix: preserve square buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
frshwtr committed Jan 7, 2025
1 parent 7b1d112 commit fdf03e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/o-header-services/src/scss/_secondary-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
);
border-color: _oHeaderServicesGet('nav-border');
border-width: 0 1px 0 0;
border-radius: 0;
min-width: $_o-header-services-button-icon-size;
left: 0;
}
Expand All @@ -163,6 +164,7 @@
);
border-color: _oHeaderServicesGet('nav-border');
border-width: 0 0 0 1px;
border-radius: 0;
min-width: $_o-header-services-button-icon-size;
right: 0;
}
Expand Down

0 comments on commit fdf03e3

Please sign in to comment.