From: Jean-Philippe Lang Date: Tue, 6 Jun 2017 22:05:31 +0000 (+0000) Subject: Fix edit description link in low resolution (#25064). X-Git-Tag: 3.4.0~68 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=78147729187f2394ed73ac9dbe0745d4faacec62;p=redmine.git 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 --- diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index c1a9dc193..798b3a2d0 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -755,6 +755,11 @@ width: 100%; } + /* issue edit form */ + label[for='issue_description'] ~ a .icon-edit { + word-wrap: normal; + } + /* issues page */ body.controller-issues p.query-totals { margin-top: 0px;