Autocomplete style

This commit is contained in:
Aviral Dasgupta
2016-06-17 04:58:39 +05:30
parent 8cd4637316
commit ec7067e7bd
2 changed files with 47 additions and 0 deletions

View File

@@ -21,6 +21,11 @@ limitations under the License.
border-top: 1px solid #e5e5e5;
}
.mx_MessageComposer_autocomplete_wrapper {
position: relative;
height: 0;
}
.mx_MessageComposer_row {
display: flex;
flex-direction: row;