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

Fix font size in textarea

Summary: `font-family: inherit` doesn't inherit the font size resulting in using default monospace font size for inherited font family which results in too big font.

Test Plan: Wrote a comment, wrote an inline comment.

Reviewers: nh, chad, epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3997

vrana ede1f472 97a97f53

+1 -1
+1 -1
webroot/rsrc/css/core/core.css
··· 70 70 } 71 71 72 72 textarea { 73 - font-family: inherit; 73 + font: inherit; 74 74 } 75 75 76 76 table {