We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff12b6 commit 9aa44d0Copy full SHA for 9aa44d0
frontend/src/plugins/impl/FileUploadPlugin.tsx
@@ -184,7 +184,7 @@ export const FileUpload = (props: FileUploadProps): JSX.Element => {
184
const label = props.label ?? "Upload";
185
return (
186
<TooltipProvider>
187
- <div className="flex flex-row items-center justify-start flex-grow gap-2">
+ <div className="flex flex-row items-center justify-start gap-2">
188
<button
189
data-testid="marimo-plugin-file-upload-button"
190
{...getRootProps({})}
0 commit comments