summaryrefslogtreecommitdiff
path: root/app/views/activities/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/activities/show.html.erb')
-rw-r--r--app/views/activities/show.html.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/activities/show.html.erb b/app/views/activities/show.html.erb
index 4e77061..6db2fb2 100644
--- a/app/views/activities/show.html.erb
+++ b/app/views/activities/show.html.erb
@@ -1,7 +1,8 @@
<h1 class="text-2xl"><%= @activity.name %></h1>
<p><%= @activity.description %></p>
-<div class="border-gray-800 rounded p-2" id="result_output">
+<div class="min-w-full my-2 px-1 overflow-auto text-sm border-2 border-gray-800 rounded"
+ style="height: 75px" id="result_output">
</div>
<div id="result_controls">