Skip to content

Remove padding in group list items

Plata Hill requested to merge work/plata/padding-group-list into master

It showed an empty space left and right of the highlight which didn't look nice.

Previously, this was done via

leftPadding: 0
rightPadding: 0

but that's not possible anymore (see !115 (merged)).

Edited by Plata Hill

Merge request reports