From 224bce4d5d63a5193a19cef106fb59c7e9f8d621 Mon Sep 17 00:00:00 2001
From: Anders <anderslangseth@gmail.com>
Date: Fri, 5 May 2023 13:17:15 +0200
Subject: [PATCH] docs(StepIndicator): format Steps Parameters table (#2284)

---
 .../src/docs/uilib/components/step-indicator/properties.mdx   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/dnb-design-system-portal/src/docs/uilib/components/step-indicator/properties.mdx b/packages/dnb-design-system-portal/src/docs/uilib/components/step-indicator/properties.mdx
index 25a974f00f2..eec28904d45 100644
--- a/packages/dnb-design-system-portal/src/docs/uilib/components/step-indicator/properties.mdx
+++ b/packages/dnb-design-system-portal/src/docs/uilib/components/step-indicator/properties.mdx
@@ -18,7 +18,7 @@ showTabs: true
 ## Steps Parameters
 
 | Parameters     | Description                                                                                                                                                         |
-| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | --- |
+| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
 | `title`        | _(required)_ the title as a string or React element.                                                                                                                |
 | `is_current`   | _(optional)_ if set to `true`, this item step will be set as the current current selected step. This can be used instead of `current_step` on the component itself. |
 | `inactive`     | _(optional)_ if set to `true`, this item step will be handled as an inactive step and will not be clickable. Defaults to `false`.                                   |
@@ -26,7 +26,7 @@ showTabs: true
 | `status`       | _(optional)_ a status text.                                                                                                                                         |
 | `status_state` | _(optional)_ In case the status state should be `info` or `error`. Defaults to `warn`.                                                                              |
 | `on_render`    | _(optional)_ callback function to manipulate or wrap a certain item. Has to return a React Node.                                                                    |
-| `on_click`     | _(optional)_ event function that gets invoked once the users clicks on the active item.                                                                             |     |     |
+| `on_click`     | _(optional)_ event function that gets invoked once the users clicks on the active item.                                                                             |
 
 ## Steps example