From d47f1ca2a98b95fa330dfc064e978ace62bcdb77 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Tue, 28 Jan 2020 14:43:32 +0000 Subject: [PATCH] ui: Fix wrapping service ids in the Node Detail > Services tab (#7149) --- ui-v2/app/styles/routes/dc/nodes/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui-v2/app/styles/routes/dc/nodes/index.scss b/ui-v2/app/styles/routes/dc/nodes/index.scss index a5b67ca117..443e9e847e 100644 --- a/ui-v2/app/styles/routes/dc/nodes/index.scss +++ b/ui-v2/app/styles/routes/dc/nodes/index.scss @@ -10,6 +10,9 @@ html.template-node.template-list .unhealthy h2 { html.template-node.template-show #meta-data table tr { cursor: default; } +html.template-node.template-show #services table tbody td em { + display: inline-block; +} .healthy > div > ul > li { padding-top: 16px; }