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

Commit 71ddd9d

Browse files
authored
Prevent event tiles being shrunk/collapsed by flexbox (#7942)
1 parent b480bff commit 71ddd9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

res/css/views/rooms/_EventBubbleTile.scss

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ limitations under the License.
3636
margin-top: var(--gutterSize);
3737
margin-left: 49px;
3838
font-size: $font-14px;
39-
flex-shrink: 0;
4039

4140
.mx_ThreadInfo {
4241
clear: both;

res/css/views/rooms/_EventTile.scss

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ limitations under the License.
1818
$left-gutter: 64px;
1919

2020
.mx_EventTile {
21+
flex-shrink: 0;
22+
2123
.mx_EventTile_receiptSent,
2224
.mx_EventTile_receiptSending {
2325
// Give it some dimensions so the tooltip can position properly

0 commit comments

Comments
 (0)