Fix composer for FF14+
Fix the preview for old versions of Firefox.
This commit is contained in:
parent
59c628735f
commit
45a7e200a8
|
@ -369,10 +369,11 @@
|
||||||
|
|
||||||
|
|
||||||
.wmd-input, .wmd-preview-scroller, .wmd-preview {
|
.wmd-input, .wmd-preview-scroller, .wmd-preview {
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 100%;
|
min-height: auto;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
|
@ -399,6 +400,7 @@
|
||||||
}
|
}
|
||||||
.textarea-wrapper, .preview-wrapper {
|
.textarea-wrapper, .preview-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
|
Loading…
Reference in New Issue