Make right panel collpasing work in GroupView

This commit is contained in:
David Baker 2017-08-15 13:18:16 +01:00
parent be611f53e1
commit 57eb2feeb6
3 changed files with 70 additions and 38 deletions

View file

@ -70,6 +70,10 @@ limitations under the License.
flex: 1;
}
.mx_GroupView_header_rightCol {
display: flex;
}
.mx_GroupView_saveButton, .mx_GroupView_cancelButton {
display: table-cell;
}