Fix composer for FF14+

Fix the preview for old versions of Firefox.
This commit is contained in:
Rafael dos Santos Silva 2015-09-16 15:13:44 -03:00
parent 59c628735f
commit 45a7e200a8

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