Skip to content
Snippets Groups Projects
Commit 5867b04f authored by Demian Katz's avatar Demian Katz
Browse files

Fixed icon alignment issue.

- We only want to right-align "exclude" icons, not "OR" checkboxes.
parent 491d9272
Branches
Tags
No related merge requests found
......@@ -119,13 +119,13 @@
}
.full-facet-list { margin-top: 1rem; }
.full-facet-list .active .fa {
.full-facet-list .active .fa.fa-times {
float: right;
margin-top: .25rem;
margin-right: 0.5rem;
margin-left: 0.5rem;
}
body.rtl .full-facet-list .active .fa { float: left; }
body.rtl .full-facet-list .active .fa.fa-times { float: left; }
.jstree-node {
.facet {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment