increased the width of subscriber input

This commit is contained in:
Jai Sharma 2024-09-22 00:34:37 +05:30
parent 1ece819899
commit 2e918cc645

View File

@ -178,7 +178,7 @@ export const Subscribers = () => {
alignItems="center" alignItems="center"
flexShrink={0} flexShrink={0}
flexWrap="nowrap" flexWrap="nowrap"
width="max-content" width="50%"
> >
<FilterTextfield onChange={onSearch} fullWidth={true} /> <FilterTextfield onChange={onSearch} fullWidth={true} />
<Input <Input