fix(files_sharing): fix sharing status indicator side after component update

Seems like the components now have max-height/width set too

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
pull/41979/head
John Molakvoæ 6 months ago committed by John Molakvoæ
parent 6c52242fb1
commit 09f49a2514
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF

@ -30,6 +30,8 @@
svg.sharing-status__avatar {
height: 32px !important;
width: 32px !important;
max-height: 32px !important;
max-width: 32px !important;
border-radius: 32px;
overflow: hidden;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save