mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
need break-word on user page excerpts
This commit is contained in:
parent
8be8be9d93
commit
18b0be7a3a
@ -237,6 +237,7 @@
|
||||
.excerpt {
|
||||
margin: 5px 0px;
|
||||
font-size: 13px;
|
||||
word-wrap: break-word;
|
||||
color: lighten($black, 30%);
|
||||
}
|
||||
.item {
|
||||
|
Loading…
Reference in New Issue
Block a user