File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Resources/public/scss/ui/modules/universal-discovery
ui-dev/src/modules/universal-discovery/components/filters Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
width : 100% ;
15
15
text-overflow : ellipsis ;
16
16
overflow : hidden ;
17
+ font-size : $ibexa-text-font-size-medium ;
17
18
}
18
19
19
20
.ibexa-input--checkbox {
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ const Filters = ({ search }) => {
110
110
111
111
return (
112
112
< button
113
- className = "ibexa-tag-view-select__btn-select-path btn ibexa-btn ibexa-btn--secondary"
113
+ className = "ibexa-tag-view-select__btn-select-path btn ibexa-btn ibexa-btn--secondary ibexa-btn--small "
114
114
type = "button"
115
115
onClick = { ( ) => setIsNestedUdwOpened ( true ) }
116
116
>
@@ -158,7 +158,7 @@ const Filters = ({ search }) => {
158
158
onChange = { updateSelectedLanguage }
159
159
value = { selectedLanguage }
160
160
options = { languageOptions }
161
- extraClasses = "c-udw-dropdown"
161
+ extraClasses = "ibexa-dropdown--small c-udw-dropdown"
162
162
/>
163
163
</ FiltersRow >
164
164
< ContentTypeSelector />
@@ -169,7 +169,7 @@ const Filters = ({ search }) => {
169
169
onChange = { updateSection }
170
170
value = { selectedSection }
171
171
options = { sectionOptions }
172
- extraClasses = "c-udw-dropdown"
172
+ extraClasses = "ibexa-dropdown--small c-udw-dropdown"
173
173
/>
174
174
</ FiltersRow >
175
175
< FiltersRow title = { subtreeLabel } >
You can’t perform that action at this time.
0 commit comments