Fix avatar image width in smart anotation pop op [SCI-8741]

This commit is contained in:
wandji20 2023-06-28 11:57:19 +01:00
parent febb7527b1
commit 5fe2bd56b6

View file

@ -322,7 +322,7 @@ const renderUserNamePopover = (url, fullName, email, html) => {
return `<div class="user-name-popover-wrapper">
<div class='col-xs-3'>
<img
class='avatar'
class='avatar img-responsive'
src='${url}'
alt='thumb'>
</div>