Skip to content

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 noaccOS committed Oct 19, 2024
1 parent d06252e commit e7c61b4
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 e7c61b4

Please sign in to comment.