Increase horizontal padding for inset ListItems

This commit is contained in:
Marshall Bowers 2023-12-21 16:07:55 -05:00
parent dabc98690c
commit a773a3cb92

View file

@ -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