Specify 13px font-size for .html-editor > textarea

This is a followup to PR #7375 which set the plaintext message area from 14px to 13px for greater consistency with Classic and Larry skins. With that PR I neglected to consider the font size in the compose screen, which should probably match the 13px of the message area, but currently inherits 14px from the html element which causes an odd jump in font size when replying to a message.

Reference #7375
pull/7447/head
William Rankin 4 years ago committed by GitHub
parent 98881a0cbd
commit 13ba6b6053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -897,6 +897,7 @@ html.touch .mce-grid td {
& > .googie_edit_layer,
& > textarea {
font-family: monospace;
font-size: 13px;
width: 100% !important;
padding-top: 2.5rem;
resize: none;

Loading…
Cancel
Save