Skip to content

Commit

Permalink
feat(list-item): extend bottom border to include actions-start slot (#…
Browse files Browse the repository at this point in the history
…11116)

**Related Issue:** #11115

## Summary

This extends the bottom border of `list-item` content to include content
in the `actions-start` slot.

BEGIN_COMMIT_OVERRIDE
omitted from changelog
END_COMMIT_OVERRIDE
  • Loading branch information
eriklharper authored Dec 20, 2024
1 parent 0ac4d8b commit 1553fc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1044,13 +1044,13 @@ export class ListItem
{this.renderDragHandle()}
{this.renderSelected()}
{this.renderOpen()}
{this.renderActionsStart()}
<div
class={{
[CSS.contentContainerWrapper]: true,
[CSS.contentContainerWrapperBordered]: contentContainerWrapperBordered,
}}
>
{this.renderActionsStart()}
{this.renderContentContainer()}
{this.renderActionsEnd()}
</div>
Expand Down

0 comments on commit 1553fc5

Please sign in to comment.