diff --git a/web/pages/compatibility.tsx b/web/pages/compatibility.tsx index a194212f..b90f49c7 100644 --- a/web/pages/compatibility.tsx +++ b/web/pages/compatibility.tsx @@ -138,7 +138,7 @@ export default function CompatibilityPage() { ref={searchInputRef} value={searchTerm} placeholder={t('compatibility.search_placeholder', 'Search questions and answers...')} - className={'w-full max-w-xs'} + className={'w-[200px] xl:w-[400px]'} onChange={(e: React.ChangeEvent) => { setSearchTerm(e.target.value) }} @@ -284,7 +284,7 @@ function QuestionList({