diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-09-14 10:47:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-09-14 10:47:24 +0000 |
commit | abbe06a98e79055a480ee3e7284878176e833bc2 (patch) | |
tree | 9cd8d92cebf837dfbeaaced5b3afe0fa51221937 /public/stylesheets | |
parent | 51db15ac615adc7da5ee483e01629c40ac54785d (diff) | |
download | redmine-abbe06a98e79055a480ee3e7284878176e833bc2.tar.gz redmine-abbe06a98e79055a480ee3e7284878176e833bc2.zip |
Long strings such as URL break out of box (#17322).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@13401 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 749dbbe28..f068cd980 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -299,6 +299,7 @@ span.search_for_watchers a, span.add_attachment a {padding-left:16px; background color:#505050; line-height:1.5em; border: 1px solid #e4e4e4; + word-wrap: break-word; } div.square { |