From 3719d6275eefe99ababa30b8e5ea53a35ca1d6d4 Mon Sep 17 00:00:00 2001 From: Shipow Date: Sun, 24 Apr 2016 11:30:31 +0200 Subject: [PATCH] docs(website): round empty search --- docs/css/_searchbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css/_searchbar.scss b/docs/css/_searchbar.scss index 38080791..c83a3af3 100644 --- a/docs/css/_searchbar.scss +++ b/docs/css/_searchbar.scss @@ -51,7 +51,7 @@ $custom:( background: $input-background; padding: 0; height: 100%; - width: 38px; + width: $input-height; vertical-align: middle; white-space: normal; font-size: $font-size;