Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit f7d9027

Browse files
committed
fix(list): allow overriding list-item padding for clickable items
Fixes #10384
1 parent c74f16e commit f7d9027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/list/list.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ md-list-item {
143143
align-items: center;
144144
justify-content: flex-start;
145145

146-
padding: 0 16px;
146+
padding: $list-item-padding-vertical $list-item-padding-horizontal;
147147
margin: 0;
148148

149149
font-weight: 400;

0 commit comments

Comments
 (0)