Merge pull request #5689 from wandji20/wb-SCI-8741

Fix avatar image width in smart anotation pop op [SCI-8741]
This commit is contained in:
artoscinote 2023-07-03 14:48:57 +02:00 committed by GitHub
commit 7b1f444a11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>