Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -253,7 +253,7 @@ Very polite review:`,
|
|
253 |
input.type = "radio";
|
254 |
input.name = "task";
|
255 |
input.id = `templates-${i}`;
|
256 |
-
input.classList.add("font-light", "cursor-pointer");
|
257 |
input.value = prompt;
|
258 |
const label = document.createElement("label");
|
259 |
label.htmlFor = `templates-${i}`;
|
|
|
253 |
input.type = "radio";
|
254 |
input.name = "task";
|
255 |
input.id = `templates-${i}`;
|
256 |
+
input.classList.add("font-light", "cursor-pointer", "px-1");
|
257 |
input.value = prompt;
|
258 |
const label = document.createElement("label");
|
259 |
label.htmlFor = `templates-${i}`;
|