diff --git a/packages/web-react/src/components/Button/README.md b/packages/web-react/src/components/Button/README.md
index fa9dd270c1..41667348ae 100644
--- a/packages/web-react/src/components/Button/README.md
+++ b/packages/web-react/src/components/Button/README.md
@@ -12,7 +12,6 @@ import { Button } from '@lmc-eu/spirit-web-react';
-
@@ -33,20 +32,20 @@ import { RouterLink } from 'react-router-dom';
### API
-| Name | Type | Default | Required | Description |
-| ------------- | ----------------------------------------------------------------------------------------- | --------- | -------- | -------------------------------------------------------------------------- |
-| `children` | `ReactNode` | `null` | ✕ | Content of the Button |
-| `color` | [Action Color dictionary][dictionary-color], [Emotion Color dictionary][dictionary-color] | `primary` | ✕ | Color variant |
-| `elementType` | `ElementType` | `button` | ✕ | Type of element |
-| `isBlock` | `bool` | `false` | ✕ | Span the element to the full width of its parent |
-| `isDisabled` | `bool` | `false` | ✕ | If true, Button is disabled |
-| `isLoading` | `bool` | `false` | ✕ | If true, Button is in a loading state, disabled and the Spinner is visible |
-| `isSquare` | `bool` | `false` | ✕ | If true, Button is square, usually only with an Icon |
-| `name` | `string` | — | ✕ | For use a button as a form data reference |
-| `onClick` | `string` | `null` | ✕ | JS function to call on click |
-| `ref` | `ForwardedRef` | — | ✕ | Button element reference |
-| `size` | [Size dictionary][dictionary-size] | `medium` | ✕ | Size variant |
-| `type` | `string` | `button` | ✕ | Type of the Button |
+| Name | Type | Default | Required | Description |
+| ------------- | ------------------------------------------------------------------------------------------------ | --------- | -------- | -------------------------------------------------------------------------- |
+| `children` | `ReactNode` | `null` | ✕ | Content of the Button |
+| `color` | [Action Button Color dictionary][dictionary-color], [Emotion Color dictionary][dictionary-color] | `primary` | ✕ | Color variant |
+| `elementType` | `ElementType` | `button` | ✕ | Type of element |
+| `isBlock` | `bool` | `false` | ✕ | Span the element to the full width of its parent |
+| `isDisabled` | `bool` | `false` | ✕ | If true, Button is disabled |
+| `isLoading` | `bool` | `false` | ✕ | If true, Button is in a loading state, disabled and the Spinner is visible |
+| `isSquare` | `bool` | `false` | ✕ | If true, Button is square, usually only with an Icon |
+| `name` | `string` | — | ✕ | For use a button as a form data reference |
+| `onClick` | `string` | `null` | ✕ | JS function to call on click |
+| `ref` | `ForwardedRef` | — | ✕ | Button element reference |
+| `size` | [Size dictionary][dictionary-size] | `medium` | ✕ | Size variant |
+| `type` | `string` | `button` | ✕ | Type of the Button |
For more information see [Button][button] component. Button also contain all the appropriate
attributes according to the type of element. The default element type for Button is `