Add max width for images
This commit is contained in:
parent
4b6d94a4cd
commit
7878fc9c2f
1 changed files with 5 additions and 0 deletions
|
|
@ -182,6 +182,11 @@ export default {
|
||||||
page-break-after: always;
|
page-break-after: always;
|
||||||
/* border-bottom: 3px dotted green; */
|
/* border-bottom: 3px dotted green; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* .print .body:first-of-type {
|
/* .print .body:first-of-type {
|
||||||
page-break-after: always;
|
page-break-after: always;
|
||||||
border-bottom: 3px dotted yellow;
|
border-bottom: 3px dotted yellow;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue