Glitch fixed

This commit is contained in:
Kilian Hofmann 2024-05-10 13:49:29 +02:00
parent c86bba1596
commit a8fc530308

View File

@ -13,11 +13,13 @@
Please enter a name.
</div>
</div>
<div class="mb-3 position-relative">
<textarea class="form-control" id="comment" name="comment" rows="3" maxlength="250" required placeholder="Comment here"></textarea>
<small class="text-muted position-absolute" id="comment-count" style="right: 20px; bottom: 0;">
0/250
</small>
<div class="mb-3">
<div class="position-relative">
<textarea class="form-control" id="comment" name="comment" rows="3" maxlength="250" required placeholder="Comment here"></textarea>
<small class="text-muted position-absolute" id="comment-count" style="right: 20px; bottom: 0;">
0/250
</small>
</div>
<div class="invalid-feedback">
Please enter text.
</div>