Moved the font-size into the .mx_MessageComposer_input so that it sets the size for RTE as well as normal composer

pull/1987/head
wmwragg 2016-08-19 17:57:24 +01:00
parent 4a2c899d05
commit dbadb07adf
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,7 @@ limitations under the License.
display: flex;
align-items: center;
overflow: auto;
font-size: 14px;
}
.mx_MessageComposer_input_rte {
border-top: 2px solid #76cfa6; /* placeholder RTE indicator */
@ -73,7 +74,6 @@ limitations under the License.
.mx_MessageComposer_input textarea {
display: block;
font-size: 14px;
width: 100%;
padding: 0px;
margin-top: 6px;