Fixes issue with labels alignment
This commit is contained in:
parent
c327a7c20e
commit
c17b532f95
1 changed files with 1 additions and 1 deletions
|
@ -164,12 +164,12 @@ export default {
|
||||||
|
|
||||||
.label-action--button {
|
.label-action--button {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
margin-bottom: var(--space-minus-micro);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.label__title {
|
.label__title {
|
||||||
max-width: inherit;
|
max-width: inherit;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue