diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-02-08 11:16:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-02-08 11:16:13 +0000 |
commit | 8e00c6ebb9f0ba82b9bc6254b4f6accb395222ea (patch) | |
tree | 9b15df26ce715ecd92e2907a822493bfddcc3554 /public/stylesheets | |
parent | c366502b6106b6755d23e6399b1c22fe0367062d (diff) | |
download | redmine-8e00c6ebb9f0ba82b9bc6254b4f6accb395222ea.tar.gz redmine-8e00c6ebb9f0ba82b9bc6254b4f6accb395222ea.zip |
Prevent inline images to overflow (#3163).
git-svn-id: http://svn.redmine.org/redmine/trunk@12864 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 6ebb91d3c..a68d44541 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -885,7 +885,7 @@ a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; } a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; } h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; } -div.wiki img { vertical-align: middle; } +div.wiki img {vertical-align:middle; max-width:100%;} /***** My page layout *****/ .block-receiver { |