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