We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d61adf + a2e286c commit 03ce099Copy full SHA for 03ce099
app/assets/stylesheets/blacklight/_facets.scss
@@ -3,6 +3,8 @@
3
--bl-facet-active-item-color: #{$facet-active-item-color};
4
--bl-facet-margin-bottom: #{$spacer};
5
--bl-facet-remove-color: var(--bs-secondary-color);
6
+ --bl-facet-label-indent: -15px;
7
+ --bl-facet-label-padding-left: 15px;
8
9
--bl-facet-limit-body-padding: #{$spacer};
10
@@ -168,9 +170,9 @@
168
170
.facet-label {
169
171
hyphens: auto;
172
overflow-wrap: break-word;
- padding-left: 15px;
173
+ padding-left: var(--bl-facet-label-padding-left);
174
padding-right: 1em;
- text-indent: -15px;
175
+ text-indent: var(--bl-facet-label-indent);
176
}
177
178
.facet-count {
0 commit comments