mirror of
https://github.com/hexastack/hexabot
synced 2025-05-11 16:10:53 +00:00
increased the width of subscriber input
This commit is contained in:
parent
1ece819899
commit
2e918cc645
@ -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