mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
Merge pull request #1946 from weaveworks/1945-sublabel-empty-span
fixes visual bug where empty span shows up
This commit is contained in:
@@ -397,6 +397,7 @@ h2 {
|
||||
}
|
||||
|
||||
.node-label, .node-sublabel {
|
||||
|
||||
span {
|
||||
border-radius: 2px;
|
||||
}
|
||||
@@ -404,6 +405,9 @@ h2 {
|
||||
padding: 0 0.25em;
|
||||
background-color: fade(@background-average-color, 70%);
|
||||
}
|
||||
span:empty {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.matched-results {
|
||||
background-color: fade(@background-average-color, 70%);
|
||||
|
||||
Reference in New Issue
Block a user