diff --git a/res/css/views/rooms/_PinnedEventTile.pcss b/res/css/views/rooms/_PinnedEventTile.pcss index b37e3724fcd..b727a5ff5a1 100644 --- a/res/css/views/rooms/_PinnedEventTile.pcss +++ b/res/css/views/rooms/_PinnedEventTile.pcss @@ -23,7 +23,9 @@ limitations under the License. display: flex; flex-direction: column; gap: var(--cpd-space-1x); - width: 100%; + /* Remove avatar width and space between the avatar and the wrapper */ + /* We need it to make the location fit */ + width: calc(100% - var(--cpd-space-4x) - 32px); .mx_PinnedEventTile_top { display: flex;