ui: Fix wrapping service ids in the Node Detail > Services tab (#7149)

This commit is contained in:
John Cowen 2020-01-28 14:43:32 +00:00 committed by GitHub
parent 03f8bbb8a5
commit 1f2b5a0091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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