List Widget CSS customization not working
Hi,
I need to customize List widget to reduce list-item min-height to 20px and reduce padding around item-checkbox to 3px.
I tried multiple attempts like one below to access the part(list-item) and part(item-checkbox). I could not find a solution.
.widget-ptcslist::part(list-item) {
min-height: 20px;
}
.widget-ptcslist::part(list-item-item-checkbox) {
padding: 3px;
}
Any solutions would be helpful.

