mirror of
https://github.com/hexastack/hexabot
synced 2025-05-10 07:30:54 +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"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user