fix LeftPanel width in FF

This commit is contained in:
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;