Fixed activity stream word-break issue.

This commit is contained in:
buddh4 2017-06-01 17:49:24 +02:00
parent 388447032c
commit 2ec9f6c93f
2 changed files with 5 additions and 1 deletions

View File

@ -10,4 +10,8 @@
top: 14px; top: 14px;
left: 14px; left: 14px;
} }
li .media .media-body {
max-width:295px;
}
} }

File diff suppressed because one or more lines are too long