diff options
author | David Gay <david@davidgay.org> | 2021-05-04 17:59:41 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-04 17:59:41 -0400 |
commit | 2b1ff8fac52a010ef90cf3302ff5ae77e3398d66 (patch) | |
tree | 52ef0a314d2d3be7182eb9cb6d77b988861835d9 /app/views/activities | |
parent | 73744a9c6840fb0ba6f285ca81f9fba75ec22d5f (diff) |
Quick style for result output
Diffstat (limited to 'app/views/activities')
-rw-r--r-- | app/views/activities/show.html.erb | 3 |
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"> |