Skip to content

Commit 9aa44d0

Browse files
mscolnicksebbeutler
authored andcommitted
fix: centering/aligning of file-button by removing flex-grow (marimo-team#5266)
Fixes marimo-team#5265
1 parent 1ff12b6 commit 9aa44d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/plugins/impl/FileUploadPlugin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export const FileUpload = (props: FileUploadProps): JSX.Element => {
184184
const label = props.label ?? "Upload";
185185
return (
186186
<TooltipProvider>
187-
<div className="flex flex-row items-center justify-start flex-grow gap-2">
187+
<div className="flex flex-row items-center justify-start gap-2">
188188
<button
189189
data-testid="marimo-plugin-file-upload-button"
190190
{...getRootProps({})}

0 commit comments

Comments
 (0)