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 (
- <>
-
-
- Legend
-
- }
- label_direction="vertical"
- >
-
-
-
-
-
-
- Legend
-
- }
- label_direction="vertical"
- >
-
-
-
-
- >
- )
- }}
-
-
-)
-
export const FormRowNoWrap = () => (
diff --git a/packages/dnb-design-system-portal/src/docs/uilib/components/form-row/demos.mdx b/packages/dnb-design-system-portal/src/docs/uilib/components/form-row/demos.mdx
index a4ce095f6bf..61073ba7bb6 100644
--- a/packages/dnb-design-system-portal/src/docs/uilib/components/form-row/demos.mdx
+++ b/packages/dnb-design-system-portal/src/docs/uilib/components/form-row/demos.mdx
@@ -32,12 +32,6 @@ Only the labels are vertically aligned - while the input labels are still horizo
-### Vertical direction
-
-Vertical label direction in combination with a button
-
-
-
### Combine both vertical and horizontal FormRow's
diff --git a/packages/dnb-eufemia/src/components/form-row/__tests__/FormRow.screenshot.test.ts b/packages/dnb-eufemia/src/components/form-row/__tests__/FormRow.screenshot.test.ts
index c819c87cf5c..128fd21723e 100644
--- a/packages/dnb-eufemia/src/components/form-row/__tests__/FormRow.screenshot.test.ts
+++ b/packages/dnb-eufemia/src/components/form-row/__tests__/FormRow.screenshot.test.ts
@@ -33,13 +33,6 @@ describe.each(['ui', 'sbanken'])('FormRow for %s', (themeName) => {
expect(screenshot).toMatchImageSnapshot()
})
- it('have to match vertical form-row label with a button', async () => {
- const screenshot = await makeScreenshot({
- selector: '[data-visual-test="form-row-vertical-label-button"]',
- })
- expect(screenshot).toMatchImageSnapshot()
- })
-
it('have to match vertical form-row', async () => {
const screenshot = await makeScreenshot({
selector: '[data-visual-test="form-row-vertical"]',
diff --git a/packages/dnb-eufemia/src/components/form-row/__tests__/__image_snapshots__/formrow-for-sbanken-have-to-match-vertical-form-row-label-with-a-button.snap.png b/packages/dnb-eufemia/src/components/form-row/__tests__/__image_snapshots__/formrow-for-sbanken-have-to-match-vertical-form-row-label-with-a-button.snap.png
deleted file mode 100644
index 23a95f34ae7..00000000000
Binary files a/packages/dnb-eufemia/src/components/form-row/__tests__/__image_snapshots__/formrow-for-sbanken-have-to-match-vertical-form-row-label-with-a-button.snap.png and /dev/null differ
diff --git a/packages/dnb-eufemia/src/components/form-row/__tests__/__image_snapshots__/formrow-for-ui-have-to-match-vertical-form-row-label-with-a-button.snap.png b/packages/dnb-eufemia/src/components/form-row/__tests__/__image_snapshots__/formrow-for-ui-have-to-match-vertical-form-row-label-with-a-button.snap.png
deleted file mode 100644
index a267186d524..00000000000
Binary files a/packages/dnb-eufemia/src/components/form-row/__tests__/__image_snapshots__/formrow-for-ui-have-to-match-vertical-form-row-label-with-a-button.snap.png and /dev/null differ