PitchforkAssistant / devvit-flair-assistant

Attempt at replacing Flair Helper with a Reddit Developer Platform based project.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Parent config generator labels to their respective inputs #1

Closed PitchforkAssistant closed 11 months ago

PitchforkAssistant commented 11 months ago

The HTML structure for the config generator is currently:

<div>
    <label></label>
    <input>
</div>

Ideally it should be:

<label>
    <input>
</label>
PitchforkAssistant commented 11 months ago

Fixed with 37575b8f48b8a67cf8b27a7d110e992436d27bc2