mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-25 23:10:57 +01:00
Add font-size back to textareas.
Summary: By default, users who enable monospaced textareas were getting 10px font sizes. This is worse than the 12px non-monospace users saw which is what D4377 fixed. This diff adds the font-size line back, but at the correct value of 13px instead of the former 12. Test Plan: Looked at a textarea in monospace and no longer saw 10px font. Reviewers: chad Reviewed By: chad CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D4399
This commit is contained in:
parent
acf147a87e
commit
63863dadeb
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
||||||
|
|
||||||
.aphront-form-input input,
|
.aphront-form-input input,
|
||||||
.aphront-form-input textarea {
|
.aphront-form-input textarea {
|
||||||
|
font-size: 13px;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
Loading…
Reference in a new issue