diff --git a/src/components/home/contentAuth.vue b/src/components/home/contentAuth.vue index d4dd9a457..a205b6e5a 100644 --- a/src/components/home/contentAuth.vue +++ b/src/components/home/contentAuth.vue @@ -165,10 +165,10 @@ store.dispatch('labels/loadAllLabels') .app-content { padding: $navbar-height + 1.5rem 1.5rem 1rem 1.5rem; z-index: 2; - + // Used to make sure the spinner is always in the middle while loading > .loader-container { - min-height: calc(100vh - #{$navbar-height + 1.5rem + 1rem}); + min-height: calc(100vh - #{$navbar-height + 1.5rem + 1rem}); } @media screen and (max-width: $tablet) {