From a75d078286689013e151e92e3f0604ba7525ed06 Mon Sep 17 00:00:00 2001 From: Charles Connell Date: Tue, 13 May 2014 14:21:52 -0400 Subject: [PATCH] Mobile chrome renders this off by 1 pixel --- karmaworld/assets/css/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karmaworld/assets/css/global.css b/karmaworld/assets/css/global.css index d9fcb98..c7cab2e 100644 --- a/karmaworld/assets/css/global.css +++ b/karmaworld/assets/css/global.css @@ -323,7 +323,7 @@ input.search { font-family: 'adelle-sans'; font-weight: lighter; border-radius: 3px 0 0 3px; - width: calc(100% - 40px); + width: calc(100% - 41px); height: 40px; margin-right: 0; } -- 2.25.1