Skip to content

Commit

Permalink
Merge pull request #77 from jaminscript/fix-google-translate-bubble
Browse files Browse the repository at this point in the history
Resolves #72 - Google Translate rendering issue by overriding an img style
  • Loading branch information
barryclark committed Jan 13, 2015
2 parents 8e77d14 + e944eb0 commit f35771a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ img {
max-width: 100%;
}

// Fixes images in popup boxes from Google Translate
.gmnoprint img {
max-width: none;
}

.date {
font-style: italic;
color: $gray;
Expand Down

0 comments on commit f35771a

Please sign in to comment.