Fix inline img support in object
This commit is contained in:
parent
d245201851
commit
c8e0c813b5
2 changed files with 15 additions and 2 deletions
|
@ -226,6 +226,9 @@ nav.flexbox {
|
|||
margin: 30px 0;
|
||||
}
|
||||
}
|
||||
img.inline-img {
|
||||
max-width: 740px;
|
||||
}
|
||||
}
|
||||
.ap-object-expanded {
|
||||
border: 2px dashed $secondary-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue