mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
Prevent delete relation icon overflow with long related issue subjects on related issues sections on an issue page in mobile view (#41828).
git-svn-id: https://svn.redmine.org/redmine/trunk@23658 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
99cc321840
commit
5c0525a459
@ -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 */
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user