Merge pull request #59 from JaiSharma1710/bugfix/16-subscriber-input-too-small

Fixed issue #16: Subscribers search input is too small
This commit is contained in:
Mohamed Marrouchi 2024-09-22 07:30:28 +01:00 committed by GitHub
commit ebdf6e1dd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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