diff --git a/components/common/CheckBox.vue b/components/common/CheckBox.vue
index 6cb03cb..780f9d3 100644
--- a/components/common/CheckBox.vue
+++ b/components/common/CheckBox.vue
@@ -13,14 +13,15 @@
-
-
+
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"
>