Skip to content

Commit be9cdc8

Browse files
authored
Removed the fixed width
1 parent 38e2f74 commit be9cdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

massmail/site/mailingoutadmin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def notification(instance):
110110
lines = report.count('\n') + 1 if report else 0
111111
content = linebreaksbr(report)
112112
style = (
113-
"overflow:auto; max-height:200px; width:500px; "
113+
"overflow:auto; max-height:200px;"
114114
"white-space:pre-wrap;"
115115
) if lines >= 20 else "white-space:pre-wrap;"
116116
custom_scrollbar = (

0 commit comments

Comments
 (0)