We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c470a commit 905fe2eCopy full SHA for 905fe2e
apps/zui/src/views/export-modal/index.tsx
@@ -29,7 +29,7 @@ export function ExportModal() {
29
useSubmitKey(ref)
30
31
return (
32
- <PopoverModal ref={popover.ref} className="max-width:fit">
+ <PopoverModal ref={popover.ref} style={{maxWidth: "53ch"}}>
33
<div className="stack-3 box-1">
34
<div className="stack--2">
35
<H1>Export Results</H1>
@@ -40,7 +40,7 @@ export function ExportModal() {
40
className={classNames(forms.form, "stack-4")}
41
onSubmit={(e) => ctl.submit(e)}
42
>
43
- <section className="stack-1 max-width:measure">
+ <section className="stack-1">
44
<div className="field">
45
<label>Export To</label>
46
<div className="cluster">
0 commit comments