Merge pull request #77 from jaminscript/fix-google-translate-bubble
Resolves #72 - Google Translate rendering issue by overriding an img style
This commit is contained in:
commit
f35771a57c
|
@ -110,6 +110,11 @@ img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Fixes images in popup boxes from Google Translate
|
||||||
|
.gmnoprint img {
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: $gray;
|
color: $gray;
|
||||||
|
|
Loading…
Reference in a new issue