mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
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:
commit
7b1f444a11
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