mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 19:27:07 +00:00
[Search] Fix overflow
Fixed the text positioning in the filter options display so that the text does not overflow the bottom.
This commit is contained in:
parent
0cfd881510
commit
0f6287e715
@ -426,22 +426,20 @@ ul.tree {
|
||||
border: 1px solid #404040;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
overflow: hidden;
|
||||
margin-top: 2px; }
|
||||
/* line 258, ../sass/search/_search.scss */
|
||||
.search-holder .search .active-filter-display .clear-filters-icon {
|
||||
padding: 4px;
|
||||
position: relative;
|
||||
margin-left: -4px;
|
||||
top: 0.3em;
|
||||
top: 0.7em;
|
||||
cursor: pointer;
|
||||
color: #737373;
|
||||
font-size: 6px; }
|
||||
/* line 271, ../sass/search/_search.scss */
|
||||
.search-holder .search .active-filter-display .filter-options {
|
||||
position: relative;
|
||||
top: -0.7em;
|
||||
margin-bottom: -5px;
|
||||
top: -0.5em;
|
||||
margin-left: 14px;
|
||||
text-indent: -4px; }
|
||||
/* line 284, ../sass/search/_search.scss */
|
||||
|
@ -252,7 +252,7 @@
|
||||
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
overflow: hidden;
|
||||
//overflow: hidden;
|
||||
margin-top: 2px;
|
||||
|
||||
.clear-filters-icon {
|
||||
@ -260,7 +260,7 @@
|
||||
|
||||
position: relative;
|
||||
margin-left: -4px;
|
||||
top: 0.3em;
|
||||
top: 0.7em;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
@ -270,8 +270,8 @@
|
||||
|
||||
.filter-options {
|
||||
position: relative;
|
||||
top: -0.7em;
|
||||
margin-bottom: -5px;
|
||||
top: -0.5em;
|
||||
//margin-bottom: -5px;
|
||||
|
||||
// Hanging indent
|
||||
margin-left: 14px;
|
||||
|
Loading…
Reference in New Issue
Block a user