mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 15:54:00 +08:00
File drop area font size is incorrect [SCI-8332]
This commit is contained in:
parent
7a40a7d13f
commit
2ad5a5ed7e
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
|||
<%= form_for(@result, url: my_module_result_assets_path(format: :json), data: { type: :json }) do |f| %>
|
||||
<div id="new-result-assets-select" class="text-center new-asset-box">
|
||||
<span>
|
||||
<%= t('assets.drag_n_drop.label_html') %>
|
||||
<label>
|
||||
<h2 class="inline-block"><%= 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