diff --git a/web/public/js/utils.js b/web/public/js/utils.js index d1955eec..14aa2a54 100644 --- a/web/public/js/utils.js +++ b/web/public/js/utils.js @@ -334,7 +334,7 @@ window.teaweb = { popupTip: function (html) { Swal.fire({ html: '
' + html + "
", - width: "30em", + width: "34em", padding: "4em", showConfirmButton: false, showCloseButton: true,