We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d51197 commit 6bf1734Copy full SHA for 6bf1734
scripts/magnify_image.js
@@ -92,14 +92,13 @@ export default {
92
en: "Only show the magnify button when the image's size is larger than:",
93
})}</p>
94
<input
95
- style="display: inline-block;width: 40%"
+ style="display: inline-block;width: 40%;margin: 5px;"
96
type="number"
97
id="swal-input1"
98
class="swal2-input"
99
value="${width}"
100
- placeholder="${t({ vi: "Rộng", en: "Width" })}">X
101
- <input
102
+ placeholder="${t({ vi: "Rộng", en: "Width" })}">X<input
103
104
id="swal-input2"
105
0 commit comments