fix(pdf): add border to style
This commit is contained in:
parent
ac3186a02e
commit
ecc1707212
@ -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'] {
|
||||||
|
@ -61,6 +61,6 @@
|
|||||||
|
|
||||||
[data-dev='true'] {
|
[data-dev='true'] {
|
||||||
.mark {
|
.mark {
|
||||||
outline: 1px dotted black;
|
border: 1px dotted black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user