ui: Fix avatar indicators getting cut off (#18821)
This PR fixes an issue introduced in #18810 that was causing the avatar indicators to get cut off. Release Notes: - N/A
This commit is contained in:
parent
c83690ff14
commit
11206a8444
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ impl RenderOnce for Avatar {
|
||||||
div()
|
div()
|
||||||
.size(container_size)
|
.size(container_size)
|
||||||
.rounded_full()
|
.rounded_full()
|
||||||
.overflow_hidden()
|
|
||||||
.when_some(self.border_color, |this, color| {
|
.when_some(self.border_color, |this, color| {
|
||||||
this.border(border_width).border_color(color)
|
this.border(border_width).border_color(color)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue