Increase horizontal padding for inset ListItem
s
This commit is contained in:
parent
dabc98690c
commit
a773a3cb92
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ impl RenderOnce for ListItem {
|
||||||
// When an item is inset draw the indent spacing outside of the item
|
// When an item is inset draw the indent spacing outside of the item
|
||||||
.when(self.inset, |this| {
|
.when(self.inset, |this| {
|
||||||
this.ml(self.indent_level as f32 * self.indent_step_size)
|
this.ml(self.indent_level as f32 * self.indent_step_size)
|
||||||
.px_1()
|
.px_2()
|
||||||
})
|
})
|
||||||
.when(!self.inset, |this| {
|
.when(!self.inset, |this| {
|
||||||
this
|
this
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue