mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
fix: scale marging
Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
76fe521487
commit
be2d02c369
1 changed files with 1 additions and 1 deletions
|
|
@ -277,6 +277,7 @@
|
|||
:style="{
|
||||
'font-size': ((templateFontSize * 1.1 * zoomLevel) / 100) + 'px',
|
||||
display: renderMode === 'GRAPHIC_ONLY' ? 'none' : '',
|
||||
margin: (0.022 * zoomLevel) + 'px',
|
||||
}"
|
||||
@resize="checkPreviewOverflow"
|
||||
v-html="parsedWithLineBreak" />
|
||||
|
|
@ -672,7 +673,6 @@ export default {
|
|||
word-wrap: anywhere;
|
||||
overflow: hidden;
|
||||
font-family: sans-serif;
|
||||
margin: 10px;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue