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

Commit fb11779

Browse files
authored
Break long words in pinned messages to prevent overflow (#7251)
1 parent 3d4ece0 commit fb11779

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

res/css/views/right_panel/_PinnedMessagesCard.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,8 @@ limitations under the License.
8787
}
8888
}
8989
}
90+
91+
.mx_EventTile_body {
92+
word-break: break-word;
93+
}
9094
}

0 commit comments

Comments
 (0)