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/trackers | |
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/trackers')
-rw-r--r-- | app/views/trackers/_form.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/trackers/_form.html.erb b/app/views/trackers/_form.html.erb index 3f5b88acb..9697adb07 100644 --- a/app/views/trackers/_form.html.erb +++ b/app/views/trackers/_form.html.erb @@ -1,5 +1,6 @@ <%= error_messages_for 'tracker' %> +<div class="splitcontent"> <div class="splitcontentleft"> <div class="box tabular"> <!--[form:tracker]--> @@ -55,3 +56,4 @@ end %> </fieldset> <% end %> </div> +</div> |