fix header

This commit is contained in:
Matthew Hodgson 2015-07-15 04:26:25 +01:00
parent b739e7be9e
commit 8db6c17220
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,6 @@ limitations under the License.
.mx_RoomHeader_leftRow { .mx_RoomHeader_leftRow {
display: table-row; display: table-row;
margin-left: 12px;
height: 48px; height: 48px;
-webkit-box-ordinal-group: 1; -webkit-box-ordinal-group: 1;
@ -40,6 +39,8 @@ limitations under the License.
-ms-flex-order: 1; -ms-flex-order: 1;
-webkit-order: 1; -webkit-order: 1;
order: 1; order: 1;
width: 100%;
} }
.mx_RoomHeader_rightRow { .mx_RoomHeader_rightRow {