diff --git a/packages/dnb-design-system-portal/src/docs/uilib/components/form-row/Examples.tsx b/packages/dnb-design-system-portal/src/docs/uilib/components/form-row/Examples.tsx index bb26396a8d6..2ea201e5707 100644 --- a/packages/dnb-design-system-portal/src/docs/uilib/components/form-row/Examples.tsx +++ b/packages/dnb-design-system-portal/src/docs/uilib/components/form-row/Examples.tsx @@ -27,7 +27,7 @@ import { FormRow, } from '@dnb/eufemia/src' import { SpacingElementProps } from '@dnb/eufemia/src/shared/types' -import { Provider, VisibilityByTheme } from '@dnb/eufemia/src/shared' +import { Provider } from '@dnb/eufemia/src/shared' import { SpaceAllProps } from '@dnb/eufemia/src/components/space/Space' const TestStyles = styled.div` @@ -171,77 +171,6 @@ export const FormRowVertical = () => ( ) -export const FormRowVerticalDirection = () => ( - - - {() => { - const CustomRow = styled(FormRow)` - .dnb-form-row__content .dnb-button { - align-self: flex-end; - transform: translateY(0.25rem); /* 4px down */ - } - ` - const CustomRowSbanken = styled(FormRow)` - .dnb-form-row__content .dnb-button { - align-self: flex-end; - } - ` - return ( - <> -