FIX: Composer text area height on mobile

This commit is contained in:
Robin Ward 2015-11-06 15:51:21 -05:00
parent 8ad46c1ed7
commit 0f9a009982

View File

@ -214,6 +214,14 @@ input {
#reply-control {
.d-editor {
height: 100%;
}
.d-editor-container {
height: 100%;
}
.wmd-controls {
left: 10px;
right: 10px;
@ -229,7 +237,7 @@ input {
}
.d-editor-input {
width: 100%;
height: 180px;
height: 100%;
padding: 7px;
margin: 0;
background-color: $secondary;