mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 08:56:43 +00:00
ui: Layout fix. Small padding additions to tables (#4701)
1. The 'Services' header need to be knocked ot the right slightly to line up properly with the service name when there are no external source icons. 2. Add a single space between ServiceName and ServiceID on the Node > [Services] tab table.
This commit is contained in:
parent
ece09e300d
commit
96508e556b
@ -11,3 +11,7 @@ html.template-service.template-list td.tags span,
|
|||||||
html.template-service.template-show main dd span {
|
html.template-service.template-show main dd span {
|
||||||
@extend %pill;
|
@extend %pill;
|
||||||
}
|
}
|
||||||
|
html.template-node.template-show #services th:first-child,
|
||||||
|
html.template-service.template-list main th:first-child {
|
||||||
|
text-indent: 28px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user