diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index a9d2cd8b098..3472b656bf3 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -36,7 +36,6 @@ limitations under the License. margin-top: var(--gutterSize); margin-left: 49px; font-size: $font-14px; - flex-shrink: 0; .mx_ThreadInfo { clear: both; diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index cb1250c1b5c..586865cb3d0 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -18,6 +18,8 @@ limitations under the License. $left-gutter: 64px; .mx_EventTile { + flex-shrink: 0; + .mx_EventTile_receiptSent, .mx_EventTile_receiptSending { // Give it some dimensions so the tooltip can position properly