diff --git a/site/src/pages/TemplateVersionEditorPage/ProvisionerTagsPopover.tsx b/site/src/pages/TemplateVersionEditorPage/ProvisionerTagsPopover.tsx index 8380f6e6da..a10dca47b9 100644 --- a/site/src/pages/TemplateVersionEditorPage/ProvisionerTagsPopover.tsx +++ b/site/src/pages/TemplateVersionEditorPage/ProvisionerTagsPopover.tsx @@ -3,7 +3,7 @@ import useTheme from "@mui/system/useTheme"; import type { FC } from "react"; import type { ProvisionerDaemon } from "#/api/typesGenerated"; import { ChevronDownIcon } from "#/components/AnimatedIcons/ChevronDown"; -import { FormSection } from "#/components/Form/Form"; +import { FormSection, VerticalForm } from "#/components/Form/Form"; import { TopbarButton } from "#/components/FullPageLayout/Topbar"; import { Popover, @@ -43,30 +43,32 @@ export const ProvisionerTagsPopover: FC = ({ borderBottom: `1px solid ${theme.palette.divider}`, }} > - - Tags are a way to control which provisioner daemons complete - which build jobs.  - - Learn more... - - - } - > - - + + + Tags are a way to control which provisioner daemons complete + which build jobs.  + + Learn more... + + + } + > + + +