Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
ui: Fix avatar indicators getting cut off (zed-industries#18821)
Browse files Browse the repository at this point in the history
This PR fixes an issue introduced in zed-industries#18810 that was causing the avatar
indicators to get cut off.

Release Notes:

- N/A
  • Loading branch information
maxdeviant authored and KevinNitroG committed Oct 9, 2024
1 parent 1e4a192 commit 3a41085
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ui/src/components/avatar/avatar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ impl RenderOnce for Avatar {
div()
.size(container_size)
.rounded_full()
.overflow_hidden()
.when_some(self.border_color, |this, color| {
this.border(border_width).border_color(color)
})
Expand Down

0 comments on commit 3a41085

Please sign in to comment.