mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Fix composer for FF14+
Fix the preview for old versions of Firefox.
This commit is contained in:
parent
59c628735f
commit
45a7e200a8
1 changed files with 3 additions and 1 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue