mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Add part to ET2Box base container
This commit is contained in:
parent
7c053d9dad
commit
6ac41f0495
@ -60,7 +60,7 @@ export class Et2Box extends Et2Widget(LitElement) implements et2_IDetachedDOM
|
||||
render()
|
||||
{
|
||||
return html`
|
||||
<div ${this.id ? html`id="${this.id}"` : ''}>
|
||||
<div part="base" ${this.id ? html`id="${this.id}"` : ''}>
|
||||
<slot></slot>
|
||||
</div> `;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user