remove display: flex declarations now present on mx_MainSplit itself
parent
b364c9cb8e
commit
ef704085f9
|
@ -170,7 +170,6 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_GroupView > .mx_MainSplit {
|
.mx_GroupView > .mx_MainSplit {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_body {
|
.mx_GroupView_body {
|
||||||
|
|
|
@ -77,7 +77,6 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomView .mx_MainSplit {
|
.mx_RoomView .mx_MainSplit {
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
display: flex;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_body {
|
.mx_RoomView_body {
|
||||||
|
|
Loading…
Reference in New Issue