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

@ -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;