Fixes Term Items list special filters on mobile.

This commit is contained in:
mateuswetah 2018-11-14 20:02:29 -02:00
parent 45ef0d3e87
commit 86dbb9f0bd
2 changed files with 4 additions and 2 deletions

View File

@ -1489,7 +1489,7 @@
}
.text {
position: relative;
top: -6px;
top: -2px;
}
}
}

View File

@ -678,6 +678,8 @@
((filters.length >= 0 &&
isRepositoryLevel) || filters.length > 0)"
:filters="filters"
:taxonomy-filters="taxonomyFilters"
:taxonomy="taxonomy"
:collapsed="collapseAll"
:is-repository-level="isRepositoryLevel"/>
@ -1458,7 +1460,7 @@
}
.text {
position: relative;
top: -6px;
top: -2px;
}
}
}