Fix alignment of cluster count in cluster explorer

- Rely on inherriting parent's (`.child A`) line-height for both label and count
- This removes the different line-height approach between root (user & auth / users) and resource type (cluster explorer / any) side nav items
- This also fixes the `jump to..` list
This commit is contained in:
Richard Cox 2021-02-23 15:59:07 +00:00
parent 3d3117265b
commit 8ad2371468
2 changed files with 0 additions and 2 deletions

View File

@ -133,7 +133,6 @@ export default {
font-size: 12px;
text-align: right;
justify-items: center;
line-height: 20px;
}
}
</style>

View File

@ -312,7 +312,6 @@ export default {
H6, .root.child .label {
margin: 0;
letter-spacing: 0.1em;
line-height: initial;
A { padding-left: 0; }
}