Fix issue with tile error boundaries collapsing in bubbles layout (#7653)
This commit is contained in:
@@ -36,6 +36,7 @@ limitations under the License.
|
||||
margin-top: var(--gutterSize);
|
||||
margin-left: 49px;
|
||||
font-size: $font-14px;
|
||||
flex-shrink: 0;
|
||||
|
||||
.mx_ThreadInfo {
|
||||
clear: both;
|
||||
@@ -586,3 +587,7 @@ limitations under the License.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mx_EventTile_tileError[data-layout=bubble] .mx_EventTile_line {
|
||||
flex-direction: column; // restore the centering
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user