Jelajahi Sumber

hife selectbox

yohei0125 4 tahun lalu
induk
melakukan
15b4ca1366

+ 1 - 1
packages/app/src/components/SearchPage/SearchPageLayout.tsx

@@ -45,7 +45,7 @@ const SearchPageLayout: FC<Props> = (props: Props) => {
                 {/* Todo: replace "1-10" to the appropriate value */}
                 {renderShowingPageCountInfo()}
               </div>
-              <div className="input-group search-result-select-group ml-4">
+              <div className="input-group search-result-select-group ml-4 d-lg-flex d-none">
                 <div className="input-group-prepend">
                   <label className="input-group-text text-secondary" htmlFor="inputGroupSelect01">{t('search_result.number_of_list_to_display')}</label>
                 </div>