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

Fix minor style issue -- facet badges out of alignment.

parent 21b4bf0c
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -169,5 +169,8 @@ ul.random.image li img { margin: 0 auto; }
color: #fff;
&:hover { color: @brand-danger; }
}
.jstree-facet .facet { padding: 0; }
.jstree-facet .facet {
padding: 0;
padding-right: 10px;
}
.jstree-node.active { background-color: @active-orange; }
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