ui: Use monospace fonts when displaying ids.

This commit is contained in:
tecnovert
2021-11-07 21:50:44 +02:00
parent 0cf3f8e3b3
commit ad1de44dca
10 changed files with 29 additions and 24 deletions

View File

@@ -19,10 +19,10 @@
</form>
{% if result %}
<textarea id="story" name="story" rows="40" cols="160">
<textarea class="monospace" rows="40" cols="160">
{{ result }}
</textarea>
{% endif %}
<p><a href="/">home</a></p>
</body></html>
</body></html>