nowrap for tags

This commit is contained in:
Julien Calixte
2023-11-07 16:53:13 +01:00
parent 8cbd4d00ad
commit fa1e3e3016

View File

@@ -15,3 +15,9 @@ const label = computed(() => `${props.estimation} minutes`)
</div>
</div>
</template>
<style scoped>
.estimation-time-arrival {
flex-wrap: nowrap;
}
</style>