chore(web): a bit of html cleanup

This commit is contained in:
Masahiko AMANO 2023-01-31 18:46:25 +03:00
parent 9226b6cf5a
commit eaa7c2f2ce

View File

@ -54,7 +54,7 @@
<input type="text" name="name" class="form-control" id="name"> <input type="text" name="name" class="form-control" id="name">
</div> </div>
</div> </div>
<div class="form-group form-check menu-view"> <div class="form-group form-check">
<input type="checkbox" name="selection-filter" class="form-check-input" id="selection-filter" checked> <input type="checkbox" name="selection-filter" class="form-check-input" id="selection-filter" checked>
<label class="form-check-label" for="selection-filter">Show only selected</label> <label class="form-check-label" for="selection-filter">Show only selected</label>
</div> </div>
@ -75,7 +75,7 @@
<input type="text" name="new-name" class="form-control" id="new-name"> <input type="text" name="new-name" class="form-control" id="new-name">
</div> </div>
</div> </div>
<div class="form-group menu-add"> <div class="form-group">
<label for="new-description">Tag description</label> <label for="new-description">Tag description</label>
<textarea class="form-control" name="new-description" id="new-description" rows="10"></textarea> <textarea class="form-control" name="new-description" id="new-description" rows="10"></textarea>
</div> </div>