From 355d71d2c93b5140eae6ab07baf6481320fdf604 Mon Sep 17 00:00:00 2001 From: Moritz Mock Date: Mon, 6 Sep 2021 14:08:48 +0200 Subject: [PATCH] Update src/components/form/FormError.stories.mdx Co-authored-by: Martin Malfertheiner --- src/components/form/FormError.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/form/FormError.stories.mdx b/src/components/form/FormError.stories.mdx index 16a62d6e..e2231c42 100644 --- a/src/components/form/FormError.stories.mdx +++ b/src/components/form/FormError.stories.mdx @@ -6,7 +6,7 @@ import { FormError } from './FormError' # FormError This component is a variation of the [Alert](/docs/components-alert-alert--default-story) component. -Its main purpose is to provide an Alert which goes over to 2 columns, and it is used in combination with the component [SectionContentTwoColumn](/docs/components-section-sectioncontenttwocolumn--default-story). +Its main purpose is to show an error in a form. The default style applies `col-span-2`, so that the error message is shown in one line in `SectionContentTwoColumn` forms. export const Template = ({ children, ...args }) => ( {children}