mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-16 11:41:50 +00:00
BugFix, FormElements didnt get style
This commit is contained in:
parent
84c5fb7757
commit
839be106fc
@ -65,7 +65,7 @@ export class FormElementDetails extends FormElement {
|
|||||||
getHtml() {
|
getHtml() {
|
||||||
return `<div class="formElement detailsFormElem"><details class='object'>
|
return `<div class="formElement detailsFormElem"><details class='object'>
|
||||||
${this.label ? `<summary>${this.label}</summary>` : ""}
|
${this.label ? `<summary>${this.label}</summary>` : ""}
|
||||||
<div>
|
<div class="content">
|
||||||
${this.formElements.map(e => e.getHtml()).join("")}
|
${this.formElements.map(e => e.getHtml()).join("")}
|
||||||
</div></details></div>`;
|
</div></details></div>`;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user