Skip to content

Commit

Permalink
fix: expand summary content to take remaining width (#7529) (#7540)
Browse files Browse the repository at this point in the history
Co-authored-by: Fredi Wasström <fredrik.wasstrom@gmail.com>
  • Loading branch information
vaadin-bot and FrediWa authored Jul 11, 2024
1 parent e6266ff commit 44836c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/details/theme/lumo/vaadin-details-summary-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ const detailsSummary = css`
transform: rotate(90deg);
}
[part='content'] {
flex-grow: 1;
}
/* RTL styles */
:host([dir='rtl']) [part='toggle'] {
margin-left: var(--lumo-space-xs);
Expand Down

0 comments on commit 44836c8

Please sign in to comment.