mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-16 22:25:30 +08:00
(fix) Comment box breaks in case of long comment [SCI-10194]
This commit is contained in:
parent
8ecef3719c
commit
c519b94ca7
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +26,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="sidebar-footer">
|
||||
<div class="comment-input-container">
|
||||
<div class="comment-input-container !pr-0 grid grid-flow-row">
|
||||
<textarea class="comment-input-field smart-text-area textarea-sm"
|
||||
placeholder="<%= t('comments.placeholder') %>"></textarea>
|
||||
<i class="sn-icon sn-icon-send send-comment"></i>
|
||||
<i class="sn-icon sn-icon-send send-comment !contents before:ml-auto"></i>
|
||||
</div>
|
||||
<div class="error-container"></div>
|
||||
<div class="update-buttons sci-btn-group">
|
||||
|
|
Loading…
Reference in a new issue