vdoc: set max-width to img; do not stretch to page container (#8410)
parent
4a6642b79e
commit
d7d069adc4
|
@ -342,7 +342,8 @@ body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.doc-content img {
|
.doc-content img {
|
||||||
width: 100%;
|
width: auto;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.doc-content p {
|
.doc-content p {
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
|
Loading…
Reference in New Issue