fix(ui): fix alert modal
This commit is contained in:
parent
221e605cc4
commit
a30da5ef77
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ function AlertTriggersModal(props: Props) {
|
|||
}, [])
|
||||
|
||||
return useObserver(() => (
|
||||
<div className="bg-white box-shadow h-screen overflow-y-auto" style={{ width: '450px'}}>
|
||||
<div className="bg-white box-shadow h-screen overflow-y-auto" style={{ width: '350px'}}>
|
||||
<div className="flex items-center justify-between p-5 text-2xl">
|
||||
<div>Alerts</div>
|
||||
{ count > 0 && (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue