strip out unneeded -ms- prefixes

This commit is contained in:
Matthew Hodgson
2017-01-16 18:58:37 +00:00
parent c305b72b91
commit d74dfc9ee7
15 changed files with 0 additions and 45 deletions

View File

@@ -20,20 +20,17 @@ limitations under the License.
margin-left: auto;
margin-right: auto;
display: -ms-flexbox;
display: flex;
flex-direction: column;
}
.mx_UserSettings .mx_RoomHeader {
-ms-flex-order: 1;
order: 1;
flex: 0 0 70px;
}
.mx_UserSettings_body {
-ms-flex-order: 2;
order: 2;
flex: 1 1 0;