diff --git a/components/list/theme.css b/components/list/theme.css index 28118184..862ff19e 100644 --- a/components/list/theme.css +++ b/components/list/theme.css @@ -116,7 +116,7 @@ display: flex; margin: var(--list-item-child-margin) var(--list-horizontal-padding) var(--list-item-child-margin) 0; - & > * { + & > :not(button) { padding: 0; }