@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Ricky Elrod and committed by
epriestley
63863dad acf147a8

+1
+1
webroot/rsrc/css/aphront/form-view.css
··· 61 61 62 62 .aphront-form-input input, 63 63 .aphront-form-input textarea { 64 + font-size: 13px; 64 65 display: block; 65 66 width: 100%; 66 67 box-sizing: border-box;