Skip to content
Snippets Groups Projects
Verified Commit 26c70d61 authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Allow download button to wrap again

parent 8ac2637e
No related branches found
No related tags found
No related merge requests found
Pipeline #36939 passed
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<ul class="space-y-4 my-4"> <ul class="space-y-4 my-4">
<% @session.filedrop_files.each do |file| %> <% @session.filedrop_files.each do |file| %>
<li class="text-gray-500 dark:text-slate-400 shadow dark:shadow-gray-500 rounded-lg p-4"> <li class="text-gray-500 dark:text-slate-400 shadow dark:shadow-gray-500 rounded-lg p-4">
<div class="flex justify-between items-center max-w-full"> <div class="flex flex-wrap justify-between items-center max-w-full">
<div class="overflow-x-auto mr-2 whitespace-nowrap"> <div class="overflow-x-auto mr-2 whitespace-nowrap">
<div class="text-gray-900 dark:text-slate-300 text-lg font-semibold"><%= file.name %></div> <div class="text-gray-900 dark:text-slate-300 text-lg font-semibold"><%= file.name %></div>
<div class="text-sm">Size: <%= number_to_human_size(file.size) %></div> <div class="text-sm">Size: <%= number_to_human_size(file.size) %></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment