diff options
author | Go MAEDA <maeda@farend.jp> | 2019-01-12 02:51:41 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-01-12 02:51:41 +0000 |
commit | ca043789fd746311574e293783099dc16930dcb2 (patch) | |
tree | a9a5f023b216e78e92f035b7480aa8e70390007a /app/views/issues | |
parent | 4139b36011a5c9c54376dee0839f6f50a747a0d8 (diff) | |
download | redmine-ca043789fd746311574e293783099dc16930dcb2.tar.gz redmine-ca043789fd746311574e293783099dc16930dcb2.zip |
Wrap "splitcontentright" and "splitcontentleft" containers with a flexbox (#30168).
Patch by Max Johansson.
git-svn-id: http://svn.redmine.org/redmine/trunk@17790 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues')
-rw-r--r-- | app/views/issues/bulk_edit.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/issues/bulk_edit.html.erb b/app/views/issues/bulk_edit.html.erb index 097e14e6f..1298f0365 100644 --- a/app/views/issues/bulk_edit.html.erb +++ b/app/views/issues/bulk_edit.html.erb @@ -28,6 +28,7 @@ <fieldset class="attributes"> <legend><%= l(:label_change_properties) %></legend> +<div class="splitcontent"> <div class="splitcontentleft"> <% if @allowed_projects.present? %> <p> @@ -188,6 +189,7 @@ </p> <% end %> </div> +</div> </fieldset> <fieldset> |