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 c6e72c3e46
commit d47f1ca2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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