fix: style with self-start (#26492)
This commit is contained in:
@@ -152,23 +152,20 @@ const Apps = ({
|
|||||||
<div className={cn(
|
<div className={cn(
|
||||||
'mt-6 flex items-center justify-between px-12',
|
'mt-6 flex items-center justify-between px-12',
|
||||||
)}>
|
)}>
|
||||||
<>
|
<Category
|
||||||
<Category
|
list={categories}
|
||||||
list={categories}
|
value={currCategory}
|
||||||
value={currCategory}
|
onChange={setCurrCategory}
|
||||||
onChange={setCurrCategory}
|
allCategoriesEn={allCategoriesEn}
|
||||||
allCategoriesEn={allCategoriesEn}
|
/>
|
||||||
/>
|
|
||||||
</>
|
|
||||||
<Input
|
<Input
|
||||||
showLeftIcon
|
showLeftIcon
|
||||||
showClearIcon
|
showClearIcon
|
||||||
wrapperClassName='w-[200px]'
|
wrapperClassName='w-[200px] self-start'
|
||||||
value={keywords}
|
value={keywords}
|
||||||
onChange={e => handleKeywordsChange(e.target.value)}
|
onChange={e => handleKeywordsChange(e.target.value)}
|
||||||
onClear={() => handleKeywordsChange('')}
|
onClear={() => handleKeywordsChange('')}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className={cn(
|
<div className={cn(
|
||||||
|
|||||||
Reference in New Issue
Block a user