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
tokka2 committed Jan 13, 2015
2 parents a823761 + b5ef860 commit 114c8c4
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 114c8c4

Please sign in to comment.