Fix width picker width

pull/256/head
Candid Dauth 2023-11-14 19:03:44 +01:00
rodzic 7838195e10
commit 8c1c36cb80
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -25,7 +25,7 @@
<ValidatedField
:value="value"
:validators="props.validators"
class="position-relative"
class="fm-width-picker position-relative"
>
<template #default="slotProps">
<input
@ -44,4 +44,7 @@
</template>
<style lang="scss">
.fm-width-picker input {
width: 100%;
}
</style>