From 102bc28011023ec22604c559a6c10ed98e535e3a Mon Sep 17 00:00:00 2001 From: galaxy Date: Thu, 14 Jul 2016 13:14:23 -0400 Subject: [PATCH] Update to make the workflow share dropdown the same width as the impersonate user dropdown. --- templates/ind_share_base.mako | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/ind_share_base.mako b/templates/ind_share_base.mako index a4b7eea41d4f..85bbc31cfddd 100644 --- a/templates/ind_share_base.mako +++ b/templates/ind_share_base.mako @@ -92,7 +92,7 @@ -
+
@@ -131,6 +131,7 @@ $("#email_select").select2({ placeholder: "Select a user", + width: "33%", multiple: false, initSelection: function(element, callback) { var data = [];