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;