forked from MapComplete/MapComplete
Finetuning of the filter functionality
This commit is contained in:
parent
31d2bd83b9
commit
79569f5119
17 changed files with 219 additions and 309 deletions
|
@ -118,7 +118,7 @@ export class RadioButton<T> extends InputElement<T> {
|
|||
const label = document.createElement("label");
|
||||
label.appendChild(labelHtml);
|
||||
label.htmlFor = input.id;
|
||||
label.classList.add("block", "w-full", "cursor-pointer", "bg-red");
|
||||
label.classList.add("flex", "w-full", "cursor-pointer", "bg-red");
|
||||
|
||||
if (!this._dontStyle) {
|
||||
labelHtml.classList.add("p-2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue