diff options
Diffstat (limited to 'gn2/wqflask/templates/gnqa.html')
-rw-r--r-- | gn2/wqflask/templates/gnqa.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/gnqa.html b/gn2/wqflask/templates/gnqa.html index 1c373289..1b08deb2 100644 --- a/gn2/wqflask/templates/gnqa.html +++ b/gn2/wqflask/templates/gnqa.html @@ -56,7 +56,9 @@ #gnqna_search_home { field-sizing: normal; } - + .answers { + width: 75%; + } </style> {% endblock %} @@ -103,6 +105,7 @@ </h1> </header> <form class="col-sm-12" id="gnqna_search_home" + hx-history="true" hx-post="/gnqna" hx-target=".gnqa-copy" hx-swap="outerHTML" |