user inputs refactoring

This commit is contained in:
Čarodej
2021-11-22 19:22:59 +01:00
parent 4ea46f5e81
commit d039700b90
6 changed files with 236 additions and 234 deletions

View File

@@ -13,7 +13,7 @@
<small v-if="description" class="text-xs text-gray-500 leading-normal" v-html="description"></small>
<!--Input Description-->
<span v-if="error" class="error-message">
<span v-if="error" class="text-red-700 pt-2 text-xs">
{{ error }}
</span>
</div>