Skip to content

Commit 268411e

Browse files
committed
MOBILE-4653 onlineusers: Force size to avoid changes on img tag
1 parent 9fa0ec0 commit 268411e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/addons/block/onlineusers/components/onlineusers/onlineusers.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232

3333
.userpicture {
3434
border-radius: var(--core-avatar-radius);
35-
width: var(--core-avatar-size);
36-
height: var(--core-avatar-size);
35+
width: var(--core-avatar-size) !important;
36+
height: var(--core-avatar-size) !important;
37+
vertical-align: middle;
3738
}
3839

3940
.userinitials {

0 commit comments

Comments
 (0)