fix ui: fix filter width to 280
This commit is contained in:
parent
a71bafc17a
commit
577734672d
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ const NetworkPanelComp = observer(
|
|||
name="filter"
|
||||
onChange={onFilterChange}
|
||||
height={28}
|
||||
width={240}
|
||||
width={280}
|
||||
value={filter}
|
||||
/>
|
||||
</BottomBlock.Header>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue