mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
Fix dropdown always open on protocol templates [SCI-9333]
This commit is contained in:
parent
5c6f97a032
commit
0794b4bdc7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<span class="sn-icon sn-icon-import"></span><span class="hidden-xs"><%= t("protocols.index.import") %></span>
|
||||
</button>
|
||||
|
||||
<ul class="dropdown-menu rounded !grid !p-2.5 !gap-y-px sn-shadow-menu-sm">
|
||||
<ul class="dropdown-menu rounded !p-2.5 !gap-y-px sn-shadow-menu-sm">
|
||||
<li>
|
||||
<a class="btn-open-file !pl-3 !py-2.5 hover:!bg-sn-super-light-blue rounded !text-sn-blue data-action='import'" >
|
||||
<span><%= t('protocols.index.import_eln') %></span>
|
||||
|
|
Loading…
Reference in a new issue