From ba14390582ae25f9eab477ca9ad86e1b9efad280 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 5 Dec 2017 18:06:42 +0100 Subject: [PATCH] fix: now msg input have same font-family --- public_html/css/container.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/css/container.css b/public_html/css/container.css index 6002915..4a54df6 100644 --- a/public_html/css/container.css +++ b/public_html/css/container.css @@ -94,6 +94,7 @@ border: none; font-size: inherit; + font-family: inherit; } #CONTAINER.message form.msg-input button{ /* form send button */