Fix #5359 - unbreakable topics not breaking

The room directory CSS has `word-break: break-word` applied to the entire mx_RoomDirectory, which is questionable. For now, add the same rule to RoomDetailList
pull/5505/head
Luke Barnard 2017-11-03 14:39:24 +00:00
parent 3192c345be
commit 04c866ce9c
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ limitations under the License.
flex-grow: 1;
border-top: 1px solid $primary-hairline-color;
padding-top: 10px;
word-break: break-word;
}
.mx_GroupView .mx_RoomView_messageListWrapper {