Skip to content

Commit

Permalink
fix(sbb-expansion-panel-header): fix height if disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Sep 5, 2024
1 parent 5b1a823 commit 9038d22
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
align-items: center;
gap: var(--sbb-expansion-panel-title-gap);
overflow: hidden;

// Align with toggle icon
min-height: var(--sbb-size-icon-ui-medium);
}

.sbb-expansion-panel-header__toggle-icon {
Expand Down

0 comments on commit 9038d22

Please sign in to comment.