mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-13 16:34:25 +08:00
Add missing classes for shrinking save button [SCI-6839] (#4102)
* Add missing classes for shrinking save button [SCI-6839] * Change type of button for save filter [SCI-6839]
This commit is contained in:
parent
b77394a7b2
commit
b03ce665da
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
<div class="repository-cog dropdown hidden" id="saveRepositoryFilters">
|
||||
<button type="button"
|
||||
class="btn btn-default"
|
||||
class="btn btn-light auto-shrink-button"
|
||||
data-toggle="dropdown"
|
||||
aria-haspopup="true"
|
||||
aria-expanded="true">
|
||||
<span class="fas fa-save"></span>
|
||||
<span class="hidden-xs"><%= t("repositories.show.filters.save_filters") %></span>
|
||||
<span class="caret"></span>
|
||||
<span class="hidden-xs button-text"><%= t("repositories.show.filters.save_filters") %></span>
|
||||
<span class="caret button-text"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li id="newFilterLink">
|
||||
|
|
Loading…
Reference in a new issue