From 6388d759da0c33c28a6d7874ade785e292e4223e Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 30 May 2021 11:58:21 -0400 Subject: Reduce height of result output to help it fit better on smaller screens until I improve responsiveness --- app/views/look/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/look/show.html.erb b/app/views/look/show.html.erb index f5ae417..2e0af81 100644 --- a/app/views/look/show.html.erb +++ b/app/views/look/show.html.erb @@ -3,7 +3,7 @@

<%= current_char.activity.description %>

+ style="height: 22rem;" id="result_output">
-- cgit v1.2.3