Skip to content

Commit 6bf1734

Browse files
committed
fix style
1 parent 2d51197 commit 6bf1734

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/magnify_image.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,13 @@ export default {
9292
en: "Only show the magnify button when the image's size is larger than:",
9393
})}</p>
9494
<input
95-
style="display: inline-block;width: 40%"
95+
style="display: inline-block;width: 40%;margin: 5px;"
9696
type="number"
9797
id="swal-input1"
9898
class="swal2-input"
9999
value="${width}"
100-
placeholder="${t({ vi: "Rộng", en: "Width" })}">X
101-
<input
102-
style="display: inline-block;width: 40%"
100+
placeholder="${t({ vi: "Rộng", en: "Width" })}">X<input
101+
style="display: inline-block;width: 40%;margin: 5px;"
103102
type="number"
104103
id="swal-input2"
105104
class="swal2-input"

0 commit comments

Comments
 (0)