diff --git a/www/js/util.js b/www/js/util.js index e55a218b..b24387de 100644 --- a/www/js/util.js +++ b/www/js/util.js @@ -2019,7 +2019,7 @@ function queueMessage(data, type) { data.link + ""; } makeAlert(title, text, type) - .addClass("qfalert qf-" + type) + .addClass("linewrap qfalert qf-" + type) .appendTo($("#queuefail")); }