From be443eda0887356be5e382bd9a34a2408fa60b22 Mon Sep 17 00:00:00 2001 From: 8chan Date: Wed, 31 Dec 2014 22:40:30 -0800 Subject: [PATCH] Inherit textarea/input text size from body --- stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 4a038483..eb7b0f79 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -98,6 +98,7 @@ input[type="text"],input[type="password"],textarea { text-transform: none; word-spacing: normal; max-width: 75%; + font-size: inherit; } #quick-reply input[type="text"], input[type="password"], #quick-reply textarea {