Autocomplete restyling

pull/2175/head
Aviral Dasgupta 2016-09-13 15:40:08 +05:30
parent 81bbc05028
commit cbab2c142b
1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,12 @@ limitations under the License.
color: #888;
}
.mx_MessageComposer_input_wrapper {
flex: 1;
display: flex;
flex-direction: column;
}
.mx_MessageComposer_input {
flex: 1;
vertical-align: middle;