Fixes issue with labels alignment

This commit is contained in:
Nithin David 2021-12-21 15:03:45 +05:30
parent c327a7c20e
commit c17b532f95

View file

@ -164,12 +164,12 @@ export default {
.label-action--button {
color: inherit;
margin-bottom: var(--space-minus-micro);
}
.label__title {
max-width: inherit;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.2;
}
</style>