mirror of https://github.com/status-im/consul.git
ui: Fix wrapping service ids in the Node Detail > Services tab (#7149)
This commit is contained in:
parent
c6e72c3e46
commit
d47f1ca2a9
|
@ -10,6 +10,9 @@ html.template-node.template-list .unhealthy h2 {
|
||||||
html.template-node.template-show #meta-data table tr {
|
html.template-node.template-show #meta-data table tr {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
html.template-node.template-show #services table tbody td em {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
.healthy > div > ul > li {
|
.healthy > div > ul > li {
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue