Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangTran0410 committed Jul 27, 2024
1 parent 2d51197 commit 6bf1734
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/magnify_image.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,13 @@ export default {
en: "Only show the magnify button when the image's size is larger than:",
})}</p>
<input
style="display: inline-block;width: 40%"
style="display: inline-block;width: 40%;margin: 5px;"
type="number"
id="swal-input1"
class="swal2-input"
value="${width}"
placeholder="${t({ vi: "Rộng", en: "Width" })}">X
<input
style="display: inline-block;width: 40%"
placeholder="${t({ vi: "Rộng", en: "Width" })}">X<input
style="display: inline-block;width: 40%;margin: 5px;"
type="number"
id="swal-input2"
class="swal2-input"
Expand Down

0 comments on commit 6bf1734

Please sign in to comment.