mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Prevent event tiles being shrunk/collapsed by flexbox (#7942)
This commit is contained in:
parent
b480bffab0
commit
71ddd9d78d
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user