File tree 2 files changed +15
-5
lines changed
2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -134,4 +134,14 @@ export const SearchContainer = styled.div`
134
134
border-color: var(--bs-blue-100);
135
135
color: var(--bs-blue);
136
136
}
137
+
138
+ .ais-RefinementList-labelText {
139
+ white-space: normal;
140
+ display: inline-block;
141
+ width: 75%;
142
+ }
143
+
144
+ .ais-RefinementList-label {
145
+ border-bottom: dashed 1px;
146
+ }
137
147
`
Original file line number Diff line number Diff line change @@ -54,6 +54,11 @@ export const useRefinements = () => {
54
54
searchablePlaceholder : "General Court" ,
55
55
...baseProps
56
56
} ) ,
57
+ useRefinementListUiProps ( {
58
+ attribute : "currentCommittee" ,
59
+ ...baseProps ,
60
+ searchablePlaceholder : "Current Committee"
61
+ } ) ,
57
62
useRefinementListUiProps ( {
58
63
attribute : "city" ,
59
64
searchablePlaceholder : "City" ,
@@ -68,11 +73,6 @@ export const useRefinements = () => {
68
73
attribute : "cosponsors" ,
69
74
...baseProps ,
70
75
searchablePlaceholder : "Cosponsor"
71
- } ) ,
72
- useRefinementListUiProps ( {
73
- attribute : "currentCommittee" ,
74
- ...baseProps ,
75
- searchablePlaceholder : "Current Committee"
76
76
} )
77
77
]
78
78
You can’t perform that action at this time.
0 commit comments