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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue