diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/look/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <p><%= current_char.activity.description %></p> <div class="min-w-full my-2 px-1 overflow-auto text-sm border-2 border-gray-800 rounded" - style="height: 30rem;" id="result_output"> + style="height: 22rem;" id="result_output"> </div> <div id="result_controls"> |