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

Commit 7cdcdad

Browse files
committed
Prevent sender name to overflow pinned event tile
1 parent f033b64 commit 7cdcdad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/views/rooms/_PinnedEventTile.pcss

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ limitations under the License.
2424
flex-direction: column;
2525
gap: var(--cpd-space-1x);
2626
width: 100%;
27+
/* Prevent a long sender name to overflow the tile */
28+
overflow: hidden;
2729

2830
.mx_PinnedEventTile_top {
2931
display: flex;

0 commit comments

Comments
 (0)