From 76017b69b583db3cca982c0a67530105f9969719 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 20 Jun 2018 13:44:36 +0100 Subject: [PATCH] Make sure the colon doesn't wrap with lots of tags --- ui-v2/app/styles/routes/dc/service/index.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/ui-v2/app/styles/routes/dc/service/index.scss b/ui-v2/app/styles/routes/dc/service/index.scss index 975da4ad7a..214b129370 100644 --- a/ui-v2/app/styles/routes/dc/service/index.scss +++ b/ui-v2/app/styles/routes/dc/service/index.scss @@ -4,6 +4,5 @@ html.template-service.template-show main dl { } html.template-service.template-show main dt::after { content: ':'; - display: inline-block; margin-right: 0.2em; }