mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 04:34:06 +08:00
Merge pull request #5439 from G-Chubinidze/gc_SCI_8332
File drop area font size is incorrect [SCI-8332]
This commit is contained in:
commit
112bb8bec6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<div id="new-result-assets-select" class="text-center new-asset-box">
|
||||
<span>
|
||||
<label>
|
||||
<h2 class="inline-block"><%= t('assets.drag_n_drop.label_html') %></h2>
|
||||
<h2 class="inline-block font-normal"><%= t('assets.drag_n_drop.label_html') %></h2>
|
||||
<span class="btn btn-default new-asset-upload-button">
|
||||
<span class="fas fa-file-upload new-asset-upload-icon"></span>
|
||||
<%= t('assets.drag_n_drop.browse_label') %>
|
||||
|
|
Loading…
Reference in a new issue