diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2020-04-05 09:52:51 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2020-04-05 09:52:51 +0000 |
commit | dd71338ff1657b7429252d252effc5a32ed76c9a (patch) | |
tree | 05bca1e23bf981f4c75f6393d1c8e470f3c17d16 /public | |
parent | f47ed1a5e22b87b304463a9305bd504a49e254e0 (diff) | |
download | redmine-dd71338ff1657b7429252d252effc5a32ed76c9a.tar.gz redmine-dd71338ff1657b7429252d252effc5a32ed76c9a.zip |
Split subtasks/relations information into 5 columns (#32889).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@19659 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/responsive.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 167961f44..6ac4299d6 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -803,7 +803,7 @@ } #issue_tree .issue > td:not(.subject), #relations .issue > td:not(.subject) { - width: 33.33%; /* three columns for all cells that are not subject */ + width: 20%; /* three columns for all cells that are not subject */ } #issue_tree .issues, #issue_tree .issue, |