Adjust list item & pickers spacing (#14250)
This commit is contained in:
parent
c1aa4d939c
commit
e50811c425
4 changed files with 6 additions and 4 deletions
|
@ -162,7 +162,7 @@ impl RenderOnce for ListItem {
|
|||
// When an item is inset draw the indent spacing outside of the item
|
||||
.when(self.inset, |this| {
|
||||
this.ml(self.indent_level as f32 * self.indent_step_size)
|
||||
.px_2()
|
||||
.px_1()
|
||||
})
|
||||
.when(!self.inset && !self.disabled, |this| {
|
||||
this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue