mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
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:
commit
ebdf6e1dd2
@ -178,7 +178,7 @@ export const Subscribers = () => {
|
||||
alignItems="center"
|
||||
flexShrink={0}
|
||||
flexWrap="nowrap"
|
||||
width="max-content"
|
||||
width="50%"
|
||||
>
|
||||
<FilterTextfield onChange={onSearch} fullWidth={true} />
|
||||
<Input
|
||||
|
Loading…
Reference in New Issue
Block a user