fix: reflect the property to be able to style it
This commit is contained in:
@@ -37,7 +37,7 @@ export class UmbPropertyLayoutElement extends UmbLitElement {
|
||||
* @attr
|
||||
* @default ''
|
||||
*/
|
||||
@property({ type: String })
|
||||
@property({ type: String, reflect: true })
|
||||
public orientation: 'horizontal' | 'vertical' = 'horizontal';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user