mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
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:
parent
433dee0314
commit
c8919708bb
@ -97,6 +97,7 @@ input.c-search__search-input {
|
||||
box-shadow: none !important; // !important needed to override default for [input]
|
||||
flex: 1 1 99%;
|
||||
min-width: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.c-search__search-menu-holder {
|
||||
@ -109,6 +110,10 @@ input.c-search__search-input {
|
||||
.holder-search {
|
||||
$iconWidth: 20px;
|
||||
|
||||
.c-search-btn-wrapper {
|
||||
margin-right: $interiorMarginLg; // Fend off rights side from pane splitter control
|
||||
}
|
||||
|
||||
.results-msg {
|
||||
font-size: 0.8rem;
|
||||
opacity: 0.6;
|
||||
|
Loading…
x
Reference in New Issue
Block a user