summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Fontaine <afontaine@gitlab.com>2019-04-18 14:24:46 -0400
committerAndrew Fontaine <afontaine@gitlab.com>2019-04-24 10:14:51 -0400
commit254c49afcacea7ae543162b30696703384433487 (patch)
tree23ced60709dff8311f4bd5284bedad7e808a48b1
parent63e41ba61b3ae0fba19500d01bfe041109590d14 (diff)
downloadgitlab-ce-3713-cross-project-environments-dashboard-mvc-backport.tar.gz
Backport Environments Dashboard SCSS Changes3713-cross-project-environments-dashboard-mvc-backport
-rw-r--r--app/assets/stylesheets/components/dashboard_skeleton.scss8
1 files 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 {