Fix padding for end_hover_slot on ListItems (#15598)

Release Notes:

- N/A

Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2024-08-01 12:10:45 +02:00 committed by GitHub
parent c98918aed8
commit 1246010e44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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