mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vdoc: set max-width to img; do not stretch to page container (#8410)
This commit is contained in:
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
Block a user