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

Commit

Permalink
Prevent sender name to overflow pinned event tile
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Sep 2, 2024
1 parent f033b64 commit 7cdcdad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/css/views/rooms/_PinnedEventTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ limitations under the License.
flex-direction: column;
gap: var(--cpd-space-1x);
width: 100%;
/* Prevent a long sender name to overflow the tile */
overflow: hidden;

.mx_PinnedEventTile_top {
display: flex;
Expand Down

0 comments on commit 7cdcdad

Please sign in to comment.