diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 482f73cf2..5180258a2 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -778,6 +778,10 @@ width: 100%; /* let subject have one full width column */ } + #issue_tree .issue:has(.buttons a) > td.subject, #relations .issue:has(.buttons a) > td.subject { + padding-right: 40px; + } + #issue_tree .issue > td:not(.subject), #relations .issue > td:not(.subject) { width: 20%; /* three columns for all cells that are not subject */ }