We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62aae22 commit f2f0b30Copy full SHA for f2f0b30
app/assets/stylesheets/stylesheets/base_layout/_facets.scss
@@ -41,6 +41,9 @@
41
color: $body-color;
42
}
43
44
+ .filter-value {
45
+ white-space: normal;
46
+ }
47
.top-panel-heading {
48
padding-left: 0;
49
padding-top: 0;
app/components/blacklight/constraint_layout_component.html.erb
@@ -1,4 +1,4 @@
1
-<span class="btn-group applied-filter constraint <%= @classes %>">
+<span class="btn-group applied-filter constraint px-3 <%= @classes %>">
2
<span class="constraint-value btn btn-light">
3
<% if @label.present? %>
4
<span class="filter-name"><%= @label %></span>
0 commit comments