p
This commit is contained in:
@@ -36,7 +36,7 @@ export class UmbNotificationLayoutDefaultElement extends LitElement {
|
|||||||
return html`${Object.entries(list).map(
|
return html`${Object.entries(list).map(
|
||||||
([property, errors]) =>
|
([property, errors]) =>
|
||||||
html`<div class="structured-list">
|
html`<div class="structured-list">
|
||||||
<span>${property}:</span>
|
<p>${property}:</p>
|
||||||
<ul>
|
<ul>
|
||||||
${this.#renderListItem(errors)}
|
${this.#renderListItem(errors)}
|
||||||
</ul>
|
</ul>
|
||||||
@@ -58,9 +58,8 @@ export class UmbNotificationLayoutDefaultElement extends LitElement {
|
|||||||
.structured-list ul {
|
.structured-list ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.structured-list span {
|
.structured-list p {
|
||||||
display: block;
|
margin: var(--uui-size-3) 0 var(--uui-size-1);
|
||||||
padding: var(--uui-size-3) 0 var(--uui-size-1);
|
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user