Skip to content

Commit

Permalink
test(panel): restore coverage for space between footer start/end slots (
Browse files Browse the repository at this point in the history
#9682)

**Related Issue:** #8981

## Summary

Updates panel story to capture default space between footer start/end
slots, which was lost in #9681.
  • Loading branch information
jcfranco committed Jun 26, 2024
1 parent 79296f8 commit b23db61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ export const footerAndContentTopBottomSlots = (): string => html`
`;

export const footerStartAndEndSlots = (): string => html`
<calcite-panel style="height: 200px">
<calcite-panel style="height: 200px; width: 300px;">
<div slot="header-content">header-content slot</div>
<p>Slotted content!</p>
<div slot="content-bottom">Slot for a content-bottom.</div>
Expand Down

0 comments on commit b23db61

Please sign in to comment.