Skip to content

Commit f36104e

Browse files
authored
Normalize avatar radius (#11589)
We already made avatars square for .ui avatar.img class but this is not enough, and in some place Fomantic default styling still applied. This PR updates our override of radius to match all Fomantic classes.
1 parent 4c1ff57 commit f36104e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

web_src/less/_base.less

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,12 @@ code,
565565
font-weight: normal;
566566
}
567567

568-
.avatar.image {
568+
.avatar.image,
569+
.avatar.image img,
570+
.avatar.image svg,
571+
.avatar.images .image,
572+
.avatar.images img,
573+
.avatar.images svg {
569574
border-radius: 3px;
570575
}
571576

0 commit comments

Comments
 (0)