mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Adjust the size of the clear button on small screens [SCI-7585]
This commit is contained in:
parent
ceb193deee
commit
ef7395b0cd
2 changed files with 8 additions and 1 deletions
|
@ -275,6 +275,13 @@
|
|||
margin-left: 0;
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
.clear-filters-btn {
|
||||
margin-left: 0;
|
||||
margin-top: 0.5em;
|
||||
padding-left: 38px;
|
||||
padding-right: 38px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<button class="btn btn-light clear-filters-btn prevent-shrink" @click="clearFilters">
|
||||
<button class="btn btn-secondary clear-filters-btn prevent-shrink" @click="clearFilters">
|
||||
{{ i18n.t('repositories.show.filters.clear') }}
|
||||
</button>
|
||||
<button @click="$emit('filters:apply')" class="btn btn-primary apply-button prevent-shrink">
|
||||
|
|
Loading…
Reference in a new issue