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 1414 width : 100% ;
1515 text-overflow : ellipsis ;
1616 overflow : hidden ;
17+ font-size : $ibexa-text-font-size-medium ;
1718 }
1819
1920 .ibexa-input--checkbox {
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ const Filters = ({ search }) => {
110110
111111 return (
112112 < 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 "
114114 type = "button"
115115 onClick = { ( ) => setIsNestedUdwOpened ( true ) }
116116 >
@@ -158,7 +158,7 @@ const Filters = ({ search }) => {
158158 onChange = { updateSelectedLanguage }
159159 value = { selectedLanguage }
160160 options = { languageOptions }
161- extraClasses = "c-udw-dropdown"
161+ extraClasses = "ibexa-dropdown--small c-udw-dropdown"
162162 />
163163 </ FiltersRow >
164164 < ContentTypeSelector />
@@ -169,7 +169,7 @@ const Filters = ({ search }) => {
169169 onChange = { updateSection }
170170 value = { selectedSection }
171171 options = { sectionOptions }
172- extraClasses = "c-udw-dropdown"
172+ extraClasses = "ibexa-dropdown--small c-udw-dropdown"
173173 />
174174 </ FiltersRow >
175175 < FiltersRow title = { subtreeLabel } >
You can’t perform that action at this time.
0 commit comments