mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix component size to match
This commit is contained in:
parent
f466f23c91
commit
34129e89d2
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue