From 93e959e7a23f1ee6fba3b32cbb223fbb5664e308 Mon Sep 17 00:00:00 2001 From: Luke Glasscock <luke.glasscock@ascellatech.com> Date: Wed, 6 Jan 2021 12:33:04 -0700 Subject: [PATCH] Fix css issue --- src/components/ADCE/CICD.small.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ADCE/CICD.small.vue b/src/components/ADCE/CICD.small.vue index fecd1907..58737c0a 100644 --- a/src/components/ADCE/CICD.small.vue +++ b/src/components/ADCE/CICD.small.vue @@ -560,7 +560,7 @@ export default { } } &.right.bottom { - height: 50px; + height: 70px; top: 46px; } } -- GitLab