fix missing webkit prefixes for flexbox

This commit is contained in:
Matthew Hodgson 2015-12-21 23:19:53 +00:00
parent d82c4c5ef3
commit 031b048c07

View File

@ -18,7 +18,9 @@ limitations under the License.
padding-top: 5px;
padding-bottom: 5px;
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
}
.mx_SearchBar_input {
@ -30,6 +32,7 @@ limitations under the License.
padding-left: 11px;
width: auto;
flex: 1 1 0;
-webkit-flex: 1 1 0;
}
.mx_SearchBar_searchButton {