fix ui: fix filter width to 280

This commit is contained in:
nick-delirium 2024-06-25 13:00:07 +02:00
parent a71bafc17a
commit 577734672d
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -489,7 +489,7 @@ const NetworkPanelComp = observer(
name="filter"
onChange={onFilterChange}
height={28}
width={240}
width={280}
value={filter}
/>
</BottomBlock.Header>