Prevent event tiles being shrunk/collapsed by flexbox (#7942)

This commit is contained in:
Michael Telatynski 2022-03-02 14:24:43 +00:00 committed by GitHub
parent b480bffab0
commit 71ddd9d78d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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