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; }