fix LeftPanel width in FF
This commit is contained in:
parent
756da03b9a
commit
37fbad0dbe
2 changed files with 5 additions and 2 deletions
|
@ -31,8 +31,9 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_SearchBox_search {
|
.mx_SearchBox_search {
|
||||||
flex: 1;
|
flex: 1 1 auto;
|
||||||
-webkit-flex: 1;
|
-webkit-flex: 1 1 auto;
|
||||||
|
width: 0px;
|
||||||
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
|
|
|
@ -22,6 +22,8 @@ limitations under the License.
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
color: #4a4a4a;
|
color: #4a4a4a;
|
||||||
|
|
||||||
|
border-top: 1px solid #c5c5c5;
|
||||||
|
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -moz-box;
|
display: -moz-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
|
|
Loading…
Add table
Reference in a new issue