From 3010cfb310445ef1b74543bfd32b9924ad081c36 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Thu, 28 Jan 2021 13:08:54 +0000 Subject: [PATCH] "Empty content" centering fixes (#6586) * fix empty-content vertical centering * fix empty-content vertical centering --- lib/core/templates/empty-content/empty-content.component.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/core/templates/empty-content/empty-content.component.scss b/lib/core/templates/empty-content/empty-content.component.scss index fbdf496994..cb60db026c 100644 --- a/lib/core/templates/empty-content/empty-content.component.scss +++ b/lib/core/templates/empty-content/empty-content.component.scss @@ -11,6 +11,9 @@ display: flex; flex-direction: column; align-items: center; + justify-content: center; + height: 100%; + width: 100%; &__icon { .mat-icon {