Fix issue with tile error boundaries collapsing in bubbles layout (#7653)
This commit is contained in:
parent
57a5647079
commit
074fec359b
3 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue