|
|
@@ -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>
|