Checkbox: Fix alignment in Safari (#70673)

This commit is contained in:
Ashley Harrison
2023-06-27 16:10:56 +01:00
committed by GitHub
parent c7ddf29cdf
commit beb166f1d2
2 changed files with 10 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ export const SaveDashboardForm = ({
{({ register, errors }) => {
const messageProps = register('message');
return (
<Stack gap={2}>
<Stack gap={2} direction="column" alignItems="flex-start">
{hasTimeChanged && (
<Checkbox
checked={!!options.saveTimerange}