mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +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">
|
return `<div class="user-name-popover-wrapper">
|
||||||
<div class='col-xs-3'>
|
<div class='col-xs-3'>
|
||||||
<img
|
<img
|
||||||
class='avatar'
|
class='avatar img-responsive'
|
||||||
src='${url}'
|
src='${url}'
|
||||||
alt='thumb'>
|
alt='thumb'>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue