1
0
Fork 0
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:
Ricky Elrod 2013-01-11 10:08:40 -08:00 committed by epriestley
parent acf147a87e
commit 63863dadeb

View file

@ -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;