Skip to content

Commit

Permalink
fix(tabs): revert problematic flex-grow style on tablist
Browse files Browse the repository at this point in the history
  • Loading branch information
gcornut committed Jan 10, 2025
1 parent bedbfc9 commit 51e2788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- `Tabs`: removed (revert) a problematic flex-grow style on the tablist.

## [3.9.7][] - 2025-01-07

### Changed
Expand Down
2 changes: 0 additions & 2 deletions packages/lumx-core/src/scss/components/tabs/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
========================================================================== */

.#{$lumx-base-prefix}-tabs--layout-fixed {
flex-grow: 1;

.#{$lumx-base-prefix}-tabs__link {
@include lumx-tabs-link-layout("fixed");
}
Expand Down

0 comments on commit 51e2788

Please sign in to comment.