💄(frontend) max img width with container width
The img could be much bigger than the page width in a generated pdf. We limit the max img width to the container width.
This commit is contained in:
@@ -13,3 +13,6 @@ body {
|
|||||||
.body{
|
.body{
|
||||||
margin-top: 1.5rem
|
margin-top: 1.5rem
|
||||||
}
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user