fix(pdf): add border to style

This commit is contained in:
enes 2024-08-23 13:49:47 +02:00
parent ac3186a02e
commit ecc1707212
2 changed files with 2 additions and 1 deletions

View File

@ -129,6 +129,7 @@ input {
font-weight: normal; font-weight: normal;
color: black; color: black;
letter-spacing: normal; letter-spacing: normal;
border: 1px solid transparent;
} }
[data-dev='true'] { [data-dev='true'] {

View File

@ -61,6 +61,6 @@
[data-dev='true'] { [data-dev='true'] {
.mark { .mark {
outline: 1px dotted black; border: 1px dotted black;
} }
} }