mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 12:38:30 +08:00
Update font size for stock edit modals [SCI-9451] (#6461)
This commit is contained in:
parent
606089a2c2
commit
550aa9df48
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="modal small"
|
||||
<div class="modal text-sm"
|
||||
id="consumeRepositoryStockValueModal"
|
||||
tabindex="-1"
|
||||
role="dialog"
|
||||
|
@ -9,7 +9,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal small"
|
||||
<div class="modal text-sm"
|
||||
id="consumeRepositoryStockValueModalWarning"
|
||||
tabindex="-1"
|
||||
role="dialog">
|
||||
|
@ -36,4 +36,4 @@
|
|||
</div>
|
||||
|
||||
|
||||
<%= javascript_include_tag 'my_modules/stock' %>
|
||||
<%= javascript_include_tag 'my_modules/stock' %>
|
||||
|
|
Loading…
Reference in a new issue