Skip to content

Commit f35771a

Browse files
committed
Merge pull request barryclark#77 from jaminscript/fix-google-translate-bubble
Resolves barryclark#72 - Google Translate rendering issue by overriding an img style
2 parents 8e77d14 + e944eb0 commit f35771a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

style.scss

+5
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ img {
110110
max-width: 100%;
111111
}
112112

113+
// Fixes images in popup boxes from Google Translate
114+
.gmnoprint img {
115+
max-width: none;
116+
}
117+
113118
.date {
114119
font-style: italic;
115120
color: $gray;

0 commit comments

Comments
 (0)