diff --git a/components/common/form/TextArea.vue b/components/common/form/TextArea.vue index 7244cf8..12674e5 100644 --- a/components/common/form/TextArea.vue +++ b/components/common/form/TextArea.vue @@ -4,7 +4,7 @@ v-if="item.label" :cols="item.cols == 12 ? 2 : 4" :style="item.padding ? 'padding-left:10px' : ''" - class="mb-2" + class="py-0" >