about summary refs log tree commit diff
path: root/src/components/Prompt.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Prompt.tsx')
-rw-r--r--src/components/Prompt.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/Prompt.tsx b/src/components/Prompt.tsx
index ed8c15f15..f21c98ff8 100644
--- a/src/components/Prompt.tsx
+++ b/src/components/Prompt.tsx
@@ -52,9 +52,7 @@ export function Outer({
         <Dialog.ScrollableInner
           accessibilityLabelledBy={titleId}
           accessibilityDescribedBy={descriptionId}
-          style={[
-            gtMobile ? {width: 'auto', maxWidth: 400, minWidth: 200} : a.w_full,
-          ]}>
+          style={[gtMobile ? {width: 400} : a.w_full]}>
           {children}
         </Dialog.ScrollableInner>
       </Context.Provider>