Skip to content

Commit

Permalink
removes width: auto
Browse files Browse the repository at this point in the history
If the image is not exact dimensions with:auto will break your email if
the image is bigger than its container.
  • Loading branch information
WhatsNewSaes committed May 11, 2016
1 parent f953fe0 commit 52997cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _input/sass/components/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ img {
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
width: auto;
max-width: 100%;
float: left;
clear: both;
Expand Down

0 comments on commit 52997cd

Please sign in to comment.