From 550997435f03118e51571994acc07273907bc6fd Mon Sep 17 00:00:00 2001 From: Tim Pierce Date: Wed, 29 Oct 2014 11:19:32 -0400 Subject: [PATCH] 4088: fix alignment for right-floating input field --- .../app/views/collections/_show_files.html.erb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/workbench/app/views/collections/_show_files.html.erb b/apps/workbench/app/views/collections/_show_files.html.erb index 805591349a..327c1ae61a 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -17,10 +17,14 @@ -
+
<%= form_tag collection_path(@object.uuid), {method: 'get'} do %> - - +
+ + + + +
<% end %>
-- 2.30.2