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 {
|
.excerpt {
|
||||||
margin: 5px 0px;
|
margin: 5px 0px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
word-wrap: break-word;
|
||||||
color: lighten($black, 30%);
|
color: lighten($black, 30%);
|
||||||
}
|
}
|
||||||
.item {
|
.item {
|
||||||
|
Loading…
Reference in New Issue
Block a user