You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[part=summary] is a flexbox div with two children: [part=toggle] and [part=summary-content], both span elements. The slot summary is placed within [part=summary-content].
I, as a user, want to be able to place any element on the slot summary and use the full width available.
Actual behavior
Since there's no style defined for [part=summary-content], it won't expand:
border added to show parent boundaries
Expected behavior
[part=summary-content] should expand and allow its children to use the size relatively to their parent.
border added to show parent boundaries
The text was updated successfully, but these errors were encountered:
web-padawan
changed the title
Make [part=summary-content] take remaining width of the container
[details] Make [part=summary-content] take remaining width of the container
May 20, 2021
[part=summary]
is a flexbox div with two children:[part=toggle]
and[part=summary-content]
, bothspan
elements. The slotsummary
is placed within[part=summary-content]
.I, as a user, want to be able to place any element on the slot
summary
and use the full width available.Actual behavior
Since there's no style defined for
[part=summary-content]
, it won't expand:border added to show parent boundaries
Expected behavior
[part=summary-content]
should expand and allow its children to use the size relatively to their parent.border added to show parent boundaries
The text was updated successfully, but these errors were encountered: