From 4f3fc9ffd08fb1074e43619691b2bc5b53dab0c6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 17 Feb 2020 06:39:41 +0900 Subject: :art: --- src/client/components/ui/input.vue | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client/components/ui/input.vue') 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; -- cgit v1.2.3-freya