diff --git a/src/App.vue b/src/App.vue
index 2f875624..e0c339a7 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -134,7 +134,16 @@ b {
.input,
.select,
.btn {
- @apply w-auto h-8 text-gray-600 bg-gray-300;
+ @apply w-auto text-gray-600 bg-gray-300;
+}
+
+.input,
+.select {
+ @apply h-8;
+}
+
+.btn {
+ @apply h-full;
}
.checkbox {
diff --git a/src/components/ErrorHandler.vue b/src/components/ErrorHandler.vue
index 8a57775e..4919ac52 100644
--- a/src/components/ErrorHandler.vue
+++ b/src/components/ErrorHandler.vue
@@ -1,7 +1,7 @@
-
+