summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2025-04-17 06:53:17 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2025-04-17 06:53:17 +0000
commita8783d20e10b9d40201f0d7ddbb270efe985df16 (patch)
tree900780c3beee13bb2d4d1409c9c17f709e1d29d9
parent86773b7dd22b55e8a14a11cb6ca22b62f938ade3 (diff)
downloadredmine-a8783d20e10b9d40201f0d7ddbb270efe985df16.tar.gz
redmine-a8783d20e10b9d40201f0d7ddbb270efe985df16.zip
Merge r23658 from trunk to 6.0-stable (#41828).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23664 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/assets/stylesheets/responsive.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/responsive.css b/app/assets/stylesheets/responsive.css
index ec580037c..c5278c87f 100644
--- a/app/assets/stylesheets/responsive.css
+++ b/app/assets/stylesheets/responsive.css
@@ -771,6 +771,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 */
}