fix LeftPanel width in FF

pull/1431/head
Matthew Hodgson 2016-04-15 21:37:52 +01:00
parent 756da03b9a
commit 37fbad0dbe
2 changed files with 5 additions and 2 deletions

View File

@ -31,8 +31,9 @@ limitations under the License.
}
.mx_SearchBox_search {
flex: 1;
-webkit-flex: 1;
flex: 1 1 auto;
-webkit-flex: 1 1 auto;
width: 0px;
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
font-size: 12px;
margin-top: -2px;

View File

@ -22,6 +22,8 @@ limitations under the License.
margin-bottom: 12px;
color: #4a4a4a;
border-top: 1px solid #c5c5c5;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;