1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Fix edit description link in low resolution (#25064).

Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@16627 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-06-06 22:05:31 +00:00
parent 2be3acd669
commit 7814772918

View File

@ -755,6 +755,11 @@
width: 100%; width: 100%;
} }
/* issue edit form */
label[for='issue_description'] ~ a .icon-edit {
word-wrap: normal;
}
/* issues page */ /* issues page */
body.controller-issues p.query-totals { body.controller-issues p.query-totals {
margin-top: 0px; margin-top: 0px;