diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-06-07 19:37:29 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-06-07 19:37:29 +0000 |
commit | ba9909aa5d18d12cdf5e1b5ddd86d4fe1fa37d67 (patch) | |
tree | 9d70537d6b57bb42d0b5ed61f27bb2c5ed7bcb18 /public/stylesheets | |
parent | 2db8fbb33cc87075cf212c00f9566db6159d72b9 (diff) | |
download | redmine-ba9909aa5d18d12cdf5e1b5ddd86d4fe1fa37d67.tar.gz redmine-ba9909aa5d18d12cdf5e1b5ddd86d4fe1fa37d67.zip |
Merged r16627 (#25064).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16634 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/responsive.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 2424b5c09..3e8ca6332 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -746,6 +746,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; |