Make hot take textbox larger
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s
This commit is contained in:
@ -34,10 +34,10 @@
|
|||||||
<div class="form-floating">
|
<div class="form-floating">
|
||||||
{% if user_guess is not none %}
|
{% if user_guess is not none %}
|
||||||
<textarea class="form-control" id="hot-take-input-{{ user.name }}" name="hottakeselect"
|
<textarea class="form-control" id="hot-take-input-{{ user.name }}" name="hottakeselect"
|
||||||
style="height: 50px">{{ user_guess.hot_take_string() }}</textarea>
|
style="height: 150px">{{ user_guess.hot_take_string() }}</textarea>
|
||||||
{% else %}
|
{% else %}
|
||||||
<textarea class="form-control" id="hot-take-input-{{ user.name }}" name="hottakeselect"
|
<textarea class="form-control" id="hot-take-input-{{ user.name }}" name="hottakeselect"
|
||||||
style="height: 50px"></textarea>
|
style="height: 150px"></textarea>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<label for="hot-take-input-{{ user.name }}" class="text-primary">Hot Take:</label>
|
<label for="hot-take-input-{{ user.name }}" class="text-primary">Hot Take:</label>
|
||||||
|
Reference in New Issue
Block a user