[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:
slhale 2015-08-14 15:22:53 -07:00
parent 0cfd881510
commit 0f6287e715
2 changed files with 6 additions and 8 deletions

View File

@ -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 */

View File

@ -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;