Bugfix: Property description, sets max-width for child items
e.g. typically for `<img>` tags.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user