add a little variant tag margin-top

This commit is contained in:
Niels Lyngsø
2023-08-03 15:12:48 +02:00
parent 4cbe73b3f4
commit cfa3283050

View File

@@ -259,6 +259,10 @@ export class UmbWorkspacePropertyElement extends UmbLitElement {
#property-action-menu[open] {
opacity: 1;
}
uui-tag {
margin-top: var(--uui-size-space-4);
}
`,
];
}