From da086d3345404d76a08ba7b7ea5174c49200bc1b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sat, 28 Nov 2015 23:19:09 +0200 Subject: [PATCH] Fixes #547 --- resources/views/header.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index f7d3a3aa8e95..90abd2aa114a 100644 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -271,7 +271,7 @@ }); $('#search').focus(function(){ - $('#search').css('width', '{{ Utils::isEnglish() ? 256 : 216 }}px'); + $('#search').css('width', '{{ Utils::isEnglish() ? 264 : 216 }}px'); $('ul.navbar-right').hide(); if (!window.hasOwnProperty('searchData')) { trackEvent('/activity', '/search'); @@ -481,7 +481,7 @@