Merge pull request #3775 from xfalcox/patch-2

Fix composer for FF14+
This commit is contained in:
Robin Ward 2015-09-17 10:47:35 -04:00
commit 901380224b

View file

@ -369,10 +369,11 @@
.wmd-input, .wmd-preview-scroller, .wmd-preview {
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
min-height: 100%;
min-height: auto;
padding: 7px;
margin: 0;
background-color: $secondary;
@ -399,6 +400,7 @@
}
.textarea-wrapper, .preview-wrapper {
position: relative;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
min-height: 100%;