Wordwrap overly long words in comments via CSS.

Very long words may overflow the dashboard_widget
boundary on backend start page otherwise.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2020-03-25 15:36:08 +01:00
parent b0971b67e9
commit c7c6a08c10

View File

@ -1094,6 +1094,10 @@ input[type=checkbox],
clear: both;
}
.comment_summary {
overflow-wrap: break-word;
}
/* COMMON STYLES */
a,