diff --git a/css/header.css b/css/header.css index e3e5d1d1..fda0caa0 100755 --- a/css/header.css +++ b/css/header.css @@ -111,6 +111,7 @@ .is-header-search-width-auto .header-search { flex-grow: 1; + min-width: 10em; } .is-header-search-width-custom .header-search { diff --git a/index.html b/index.html index 322c5aa6..ffa8f79b 100644 --- a/index.html +++ b/index.html @@ -216,7 +216,7 @@
-

Header space can be changed by the Layout Content Container Width.

+

Header space can be changed by the Layout Content Container Width. Minimum width is 10%.