Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Break long words in pinned messages to prevent overflow (#7251)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Dec 1, 2021
1 parent 3d4ece0 commit fb11779
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/css/views/right_panel/_PinnedMessagesCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,8 @@ limitations under the License.
}
}
}

.mx_EventTile_body {
word-break: break-word;
}
}

0 comments on commit fb11779

Please sign in to comment.