From 254c49afcacea7ae543162b30696703384433487 Mon Sep 17 00:00:00 2001 From: Andrew Fontaine Date: Thu, 18 Apr 2019 14:24:46 -0400 Subject: [PATCH] Backport Environments Dashboard SCSS Changes --- app/assets/stylesheets/components/dashboard_skeleton.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/components/dashboard_skeleton.scss b/app/assets/stylesheets/components/dashboard_skeleton.scss index 9775c329922..a104d035a9a 100644 --- a/app/assets/stylesheets/components/dashboard_skeleton.scss +++ b/app/assets/stylesheets/components/dashboard_skeleton.scss @@ -11,7 +11,7 @@ } &-body { - height: 120px; + min-height: 120px; &-warning { background-color: $orange-50; @@ -22,10 +22,8 @@ } } - &-time-ago { - &-icon { - color: $gray-500; - } + &-icon { + color: $gray-500; } &-footer {