[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; border: 1px solid #404040;
padding-left: 4px; padding-left: 4px;
padding-right: 4px; padding-right: 4px;
overflow: hidden;
margin-top: 2px; } margin-top: 2px; }
/* line 258, ../sass/search/_search.scss */ /* line 258, ../sass/search/_search.scss */
.search-holder .search .active-filter-display .clear-filters-icon { .search-holder .search .active-filter-display .clear-filters-icon {
padding: 4px; padding: 4px;
position: relative; position: relative;
margin-left: -4px; margin-left: -4px;
top: 0.3em; top: 0.7em;
cursor: pointer; cursor: pointer;
color: #737373; color: #737373;
font-size: 6px; } font-size: 6px; }
/* line 271, ../sass/search/_search.scss */ /* line 271, ../sass/search/_search.scss */
.search-holder .search .active-filter-display .filter-options { .search-holder .search .active-filter-display .filter-options {
position: relative; position: relative;
top: -0.7em; top: -0.5em;
margin-bottom: -5px;
margin-left: 14px; margin-left: 14px;
text-indent: -4px; } text-indent: -4px; }
/* line 284, ../sass/search/_search.scss */ /* line 284, ../sass/search/_search.scss */

View File

@@ -252,7 +252,7 @@
padding-left: 4px; padding-left: 4px;
padding-right: 4px; padding-right: 4px;
overflow: hidden; //overflow: hidden;
margin-top: 2px; margin-top: 2px;
.clear-filters-icon { .clear-filters-icon {
@@ -260,7 +260,7 @@
position: relative; position: relative;
margin-left: -4px; margin-left: -4px;
top: 0.3em; top: 0.7em;
cursor: pointer; cursor: pointer;
@@ -270,8 +270,8 @@
.filter-options { .filter-options {
position: relative; position: relative;
top: -0.7em; top: -0.5em;
margin-bottom: -5px; //margin-bottom: -5px;
// Hanging indent // Hanging indent
margin-left: 14px; margin-left: 14px;