Bugfix: Property description, sets max-width for child items

e.g. typically for `<img>` tags.
This commit is contained in:
leekelleher
2024-05-30 10:53:05 +01:00
parent c68d9642e5
commit f3e00c2fbc

View File

@@ -130,6 +130,10 @@ export class UmbPropertyLayoutElement extends UmbLitElement {
color: var(--uui-color-text-alt);
}
#description * {
max-width: 100%;
}
#editorColumn {
margin-top: var(--uui-size-space-3);
}