Commit a5ef0ddb63ad0055939d36f6b81d4ab9c121a1c5

Authored by Rodrigo Souto
1 parent 1a384d81

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 1052 .zoomable-image {
1053 1053 position: relative;
1054 1054 display: inline-block;
  1055 + max-width: 100%;
1055 1056 }
1056 1057  
1057 1058 /* IE 8 hack to avoid max-width image bug */
... ...