ui: Fix wrapping service ids in the Node Detail > Services tab (#7149)
This commit is contained in:
parent
03f8bbb8a5
commit
1f2b5a0091
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue