From 4f3fc9ffd08fb1074e43619691b2bc5b53dab0c6 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Mon, 17 Feb 2020 06:39:41 +0900
Subject: [PATCH] :art:

---
 src/client/components/ui/input.vue  | 4 ++++
 src/client/components/ui/select.vue | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/src/client/components/ui/input.vue b/src/client/components/ui/input.vue
index c99e652fc0..c9f62e3cc0 100644
--- a/src/client/components/ui/input.vue
+++ b/src/client/components/ui/input.vue
@@ -243,6 +243,10 @@ export default Vue.extend({
 		margin-top: 8px;
 	}
 
+	&:not(.inline):last-child {
+		margin-bottom: 8px;
+	}
+
 	> .icon {
 		position: absolute;
 		top: 0;
diff --git a/src/client/components/ui/select.vue b/src/client/components/ui/select.vue
index 772cd1167b..3d22b8198e 100644
--- a/src/client/components/ui/select.vue
+++ b/src/client/components/ui/select.vue
@@ -81,6 +81,10 @@ export default Vue.extend({
 		margin-top: 8px;
 	}
 
+	&:not(.inline):last-child {
+		margin-bottom: 8px;
+	}
+
 	> .icon {
 		position: absolute;
 		top: 0;