Skip to content

Commit b5d8436

Browse files
authored
Merge pull request #6293 from LibreSign/backport/6292/stable31
[stable31] chore: reduce lateral space
2 parents 214fcca + 816f5d1 commit b5d8436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Components/PdfEditor/PdfEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default {
7575
const containerWidth = this.$el?.clientWidth || 0
7676
if (!containerWidth || !maxPageWidth) return 1
7777
78-
const availableWidth = containerWidth - 80
78+
const availableWidth = containerWidth - 40
7979
return Math.max(0.1, Math.min(2, availableWidth / maxPageWidth))
8080
},
8181
adjustZoomToFit() {

0 commit comments

Comments
 (0)