ui: button height to match inputs

This commit is contained in:
JonFreer
2023-08-13 10:08:08 +01:00
committed by Thomas Citharel
parent f04907c2a6
commit 95f3be2da9
2 changed files with 3 additions and 2 deletions

View File

@@ -67,7 +67,7 @@
/>
<o-button
@click="dateFilter = new Date()"
class="reset-area"
class="reset-area !h-auto"
icon-left="close"
:title="t('Clear date filter field')"
/>