Adjust the size of the clear button on small screens [SCI-7585]

This commit is contained in:
sboursen-scinote 2023-01-26 08:26:34 +01:00
parent ceb193deee
commit ef7395b0cd
2 changed files with 8 additions and 1 deletions

View file

@ -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;
}
}
}
}

View file

@ -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">