fix component size to match

This commit is contained in:
Mutasem 2022-05-02 13:19:02 +02:00
parent f466f23c91
commit 34129e89d2

View file

@ -67,6 +67,7 @@ export default mixins(copyPaste, showMessage).extend({
width: 100%;
display: block;
text-overflow: ellipsis;
color: var(--color-text-base);
}
padding: var(--spacing-xs);