Skip to content

Commit 8a557d9

Browse files
aPreciado88benelan
authored andcommitted
fix(list-item): align elements to the left of the item's content (#11977)
**Related Issue:** [#11031](#11031) ## Summary Add bottom spacing to fix misalignment of elements to the left of the item's content.
1 parent 98e7cd1 commit 8a557d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/calcite-components/src/components/list-item/list-item.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,12 @@
399399
}
400400
}
401401

402+
.drag-container,
403+
.selection-container,
404+
.expanded-container {
405+
padding-block-end: var(--calcite-spacing-px);
406+
}
407+
402408
.expanded-container,
403409
.selection-container {
404410
@apply cursor-pointer;

0 commit comments

Comments
 (0)