mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
need break-word on user page excerpts
This commit is contained in:
parent
8be8be9d93
commit
18b0be7a3a
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue