From ac727f5534c396094d56c4f2564c64f303777465 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 29 May 2021 11:40:05 -0400 Subject: Prevent chat horizontal scroll --- app/views/application/_chat.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/application/_chat.html.erb b/app/views/application/_chat.html.erb index f8aa4ad..2606fab 100644 --- a/app/views/application/_chat.html.erb +++ b/app/views/application/_chat.html.erb @@ -1,6 +1,6 @@ <% if current_char %>
-
+
<%= form_with model: ChatMessage.new, html: { autocomplete: "off" }, local: false, -- cgit v1.2.3