Commit a5ef0ddb63ad0055939d36f6b81d4ab9c121a1c5
1 parent
1a384d81
Exists in
master
and in
22 other branches
Fixing images that overflow content box
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
@@ -1052,6 +1052,7 @@ code input { | @@ -1052,6 +1052,7 @@ code input { | ||
1052 | .zoomable-image { | 1052 | .zoomable-image { |
1053 | position: relative; | 1053 | position: relative; |
1054 | display: inline-block; | 1054 | display: inline-block; |
1055 | + max-width: 100%; | ||
1055 | } | 1056 | } |
1056 | 1057 | ||
1057 | /* IE 8 hack to avoid max-width image bug */ | 1058 | /* IE 8 hack to avoid max-width image bug */ |