Fixes for main search input (#2106)

* Fix for input width

* Margin added to right of c-search-btn-wrapper element

Fixes #2094
This commit is contained in:
Charles Hacskaylo
2018-07-03 12:36:24 -07:00
committed by Deep Tailor
parent 433dee0314
commit c8919708bb

View File

@@ -97,6 +97,7 @@ input.c-search__search-input {
box-shadow: none !important; // !important needed to override default for [input] box-shadow: none !important; // !important needed to override default for [input]
flex: 1 1 99%; flex: 1 1 99%;
min-width: 10px; min-width: 10px;
width: 100%;
} }
.c-search__search-menu-holder { .c-search__search-menu-holder {
@@ -109,6 +110,10 @@ input.c-search__search-input {
.holder-search { .holder-search {
$iconWidth: 20px; $iconWidth: 20px;
.c-search-btn-wrapper {
margin-right: $interiorMarginLg; // Fend off rights side from pane splitter control
}
.results-msg { .results-msg {
font-size: 0.8rem; font-size: 0.8rem;
opacity: 0.6; opacity: 0.6;