mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 19:51:01 +08:00
Fix avatar image width in smart anotation pop op [SCI-8741]
This commit is contained in:
parent
febb7527b1
commit
5fe2bd56b6
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue