-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: docker add to homarr layout overflow #2441
base: dev
Are you sure you want to change the base?
Conversation
9944456
to
58988a6
Compare
Here's the code health analysis summary for commits Analysis Summary
|
Coverage Report
File Coverage
|
58988a6
to
0770aee
Compare
<TextInput {...form.getInputProps(`containerUrls.${index}`)} /> | ||
</Group> | ||
</List.Item> | ||
))} | ||
</List> | ||
<Group justify="end"> | ||
<Button onClick={actions.closeModal} variant="light"> | ||
<Button onClick={actions.closeModal} variant="light" px={"xl"}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why px?
<Group justify="space-between"> | ||
<Text>{container.name}</Text> | ||
<Group justify="space-between" wrap={"nowrap"}> | ||
<Text lineClamp={1}>{container.name}</Text> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could also change the size of the modal to something bigger
{t("common.action.cancel")} | ||
</Button> | ||
<Button disabled={!form.isValid()} type="submit"> | ||
<Button disabled={!form.isValid()} type="submit" px={"xl"}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove disabled={!form.isValid()}
Homarr
Thank you for your contribution. Please ensure that your pull request meets the following pull request:
pnpm build
, autofix withpnpm format:fix
)dev
branchx
,y
,i
or any abbrevation)