mirror of https://github.com/vector-im/riot-web
Prevent event tiles being shrunk/collapsed by flexbox (#7942)
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