Fix padding for end_hover_slot
on ListItem
s (#15598)
Release Notes: - N/A Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
parent
c98918aed8
commit
1246010e44
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ impl RenderOnce for ListItem {
|
|||
h_flex()
|
||||
.h_full()
|
||||
.absolute()
|
||||
.right_2()
|
||||
.right_1p5()
|
||||
.top_0()
|
||||
.visible_on_hover("list_item")
|
||||
.child(end_hover_slot),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue