fix: popup width change to 360
This commit is contained in:
@@ -231,7 +231,7 @@ export default function Popup({ setShowPopup, translator }) {
|
||||
|
||||
if (!rule) {
|
||||
return (
|
||||
<Box minWidth={300}>
|
||||
<Box minWidth={360}>
|
||||
{!translator && (
|
||||
<>
|
||||
<Header />
|
||||
|
||||
Reference in New Issue
Block a user