mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Checkbox: Fix alignment in Safari (#70673)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user