]> BookStack Code Mirror - bookstack/commit
Fixed linked images being micro on pdf export
authorDan Brown <redacted>
Sat, 1 Jan 2022 18:18:37 +0000 (18:18 +0000)
committerDan Brown <redacted>
Sat, 1 Jan 2022 18:18:37 +0000 (18:18 +0000)
commit65830b428c87a8c947d663b178beeb8639e7828e
tree459685e0a0c551a630ca2f8c943eb8fa9dfd600e
parentb438e0187cac55a02df9c08ecf1abac79d36ab4e
Fixed linked images being micro on pdf export

Was caused by max-width: 100% causing confusion when images were
inside an anchor. This change resets that property on PDF
exports allowing full width images to be shown as so
without affecting smaller sizes.

Fixes #3120
resources/views/common/export-styles.blade.php