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
This commit is contained in:
parent
3192c345be
commit
04c866ce9c
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue