mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: update watchlist width
This commit is contained in:
@@ -82,7 +82,7 @@ export function WatchlistsList({watchlists, onDelete, onUpdateWatchlist, connect
|
|||||||
|
|
||||||
<Drawer
|
<Drawer
|
||||||
title={t`Update a Watchlist`}
|
title={t`Update a Watchlist`}
|
||||||
width={800}
|
width='80%'
|
||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
open={open}
|
open={open}
|
||||||
styles={{
|
styles={{
|
||||||
|
|||||||
Reference in New Issue
Block a user