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:
parent
b0971b67e9
commit
c7c6a08c10
@ -1094,6 +1094,10 @@ input[type=checkbox],
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.comment_summary {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
|
||||
/* COMMON STYLES */
|
||||
a,
|
||||
|
Loading…
x
Reference in New Issue
Block a user