Skip to content

Commit

Permalink
Merge pull request barryclark#77 from jaminscript/fix-google-translat…
Browse files Browse the repository at this point in the history
…e-bubble

Resolves barryclark#72 - Google Translate rendering issue by overriding an img style
  • Loading branch information
pzelmanski authored and Pawel Zelmanski committed Jan 13, 2015
2 parents e4591f3 + 0a90862 commit 45940c9
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 45940c9

Please sign in to comment.