diff --git a/src/assets/main.css b/src/assets/main.css index 634ea55..80fcfcc 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -180,6 +180,7 @@ td { border: none; padding: 10px 12px; font-size: 1rem; + width: 100%; } .custom-input-light { diff --git a/src/components/ui/CustomInput.vue b/src/components/ui/CustomInput.vue index 0a92223..f32fb5b 100644 --- a/src/components/ui/CustomInput.vue +++ b/src/components/ui/CustomInput.vue @@ -1,4 +1,7 @@ @@ -69,28 +83,48 @@ - $emit('update:field', $event.target.value)"> + + $emit('update:field', $event.target.value)"/> + + + + + {{ helpText }} {{ error }}