mirror of https://github.com/vector-im/riot-web
Moved the font-size into the .mx_MessageComposer_input so that it sets the size for RTE as well as normal composer
parent
4a2c899d05
commit
dbadb07adf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue