Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 8f7853c

Browse files
Footer style fix (#80)
1 parent bb52211 commit 8f7853c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudquery/plugin-config-ui-lib",
33
"description": "Plugin configuration UI library for CloudQuery Cloud App",
4-
"version": "6.0.0",
4+
"version": "6.0.1",
55
"private": false,
66
"main": "dist/index.cjs.js",
77
"module": "dist/index.esm.js",

src/components/display/formFooter/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,14 @@ export function FormFooter({
7676
const isBusy = isTestingConnection || isSubmitting;
7777

7878
return (
79-
<Stack spacing={4} whiteSpace="nowrap">
79+
<Stack spacing={4}>
8080
<Stack
8181
direction="row"
8282
spacing={2}
8383
sx={{
8484
justifyContent: 'space-between',
8585
marginTop: 4,
86+
whiteSpace: 'nowrap',
8687
}}
8788
>
8889
<Stack

0 commit comments

Comments
 (0)