Skip to content

Commit ad5922d

Browse files
committed
[design] improve search min width
1 parent 54b2b32 commit ad5922d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎css/header.css‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111

112112
.is-header-search-width-auto .header-search{
113113
flex-grow:1;
114+
min-width:10em;
114115
}
115116

116117
.is-header-search-width-custom .header-search{

‎index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h1 class="menu-header">Search</h1>
216216
<divclass="input-wrap form-indent-2">
217217
<labelfor="control-header-search-width-custom">Percentage of header space</label>
218218
<inputid="control-header-search-width-custom" class="control-header-search-width-custom" type="range" min="10" max="100" value="0" tabindex="1">
219-
<pclass="input-helper small muted">Header space can be changed by the Layout Content Container Width.</p>
219+
<pclass="input-helper small muted">Header space can be changed by the Layout Content Container Width. Minimum width is 10%.</p>
220220
</div>
221221
<divclass="checkbox-wrap form-indent-1">
222222
<inputid="control-header-search-focus" class="control-header-search-focus" type="checkbox" tabindex="1">

0 commit comments

Comments
(0)