6 lines
97 B
CSS
6 lines
97 B
CSS
|
#reportedimage .reason {
|
||
|
max-width: 30em;
|
||
|
overflow-wrap: break-word;
|
||
|
word-wrap: break-word;
|
||
|
}
|