]> source.dussan.org Git - redmine.git/commitdiff
Fix edit description link in low resolution (#25064).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 6 Jun 2017 22:05:31 +0000 (22:05 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 6 Jun 2017 22:05:31 +0000 (22:05 +0000)
Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@16627 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/responsive.css

index c1a9dc193811ae2ed104aeea3d1c5dc63b06ea71..798b3a2d03abdc0c46b368253fc4597b362994f2 100644 (file)
     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;