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

@@ -13,6 +13,7 @@
</template>
<o-button
v-if="canShowLocateMeButton"
class="!h-auto"
ref="mapMarker"
icon-right="map-marker"
@click="locateMe"
@@ -63,7 +64,7 @@
<o-button
:disabled="!queryTextWithDefault"
@click="resetAddress"
class="reset-area"
class="reset-area !h-auto"
icon-left="close"
:title="t('Clear address field')"
/>

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')"
/>