From 0dface201091d354b8181f9b39162e85b19d20fd Mon Sep 17 00:00:00 2001 From: John Cowen Date: Thu, 11 Oct 2018 10:17:56 +0100 Subject: [PATCH] ui: Add truncation to the `.Address` (#4760) --- ui-v2/app/styles/components/healthchecked-resource/layout.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui-v2/app/styles/components/healthchecked-resource/layout.scss b/ui-v2/app/styles/components/healthchecked-resource/layout.scss index d22fffc04..2d39692e3 100644 --- a/ui-v2/app/styles/components/healthchecked-resource/layout.scss +++ b/ui-v2/app/styles/components/healthchecked-resource/layout.scss @@ -1,3 +1,4 @@ +%healthchecked-resource header strong, %healthchecked-resource header span, %healthchecked-resource header em, %healthchecked-resource li:not(:last-child) span { @@ -48,7 +49,7 @@ } %healthchecked-resource header strong { top: 2.8em; - left: 15px; + padding: 0 15px; } %healthchecked-resource header span { margin-bottom: 1.75em;