Skip to content

Commit cdb1781

Browse files
committed
remove wrapper div
1 parent b050eff commit cdb1781

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web_src/js/modules/toast.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ async function showToast(message, level, {gravity, position, duration, ...other}
2424
const toast = Toastify({
2525
text: `
2626
<div class='toast-icon'>${svg(icon)}</div>
27-
<div class='toast-body'>
28-
<div class='toast-message'>${htmlEscape(message)}</div>
29-
</div>
27+
<div class='toast-body'>${htmlEscape(message)}</div>
3028
<button class='toast-close'>${svg('octicon-x')}</button>
3129
`,
3230
escapeMarkup: false,

0 commit comments

Comments
 (0)