diff --git a/webapp/components/LoginForm/LoginForm.vue b/webapp/components/LoginForm/LoginForm.vue index d6732ae1e..2ff5fcce5 100644 --- a/webapp/components/LoginForm/LoginForm.vue +++ b/webapp/components/LoginForm/LoginForm.vue @@ -100,5 +100,9 @@ export default { margin-top: $space-large; margin-bottom: $space-small; } + + .input-wrapper { + margin-bottom: $space-small; + } } diff --git a/webapp/components/_new/generic/BaseInput/BaseInput.vue b/webapp/components/_new/generic/BaseInput/BaseInput.vue index 93ede5dff..b39724cc7 100644 --- a/webapp/components/_new/generic/BaseInput/BaseInput.vue +++ b/webapp/components/_new/generic/BaseInput/BaseInput.vue @@ -1,5 +1,5 @@