diff --git a/front/ui-docs/components/ui/layout/header.md b/front/ui-docs/components/ui/layout/header.md
index a13ddd048..b55dea391 100644
--- a/front/ui-docs/components/ui/layout/header.md
+++ b/front/ui-docs/components/ui/layout/header.md
@@ -19,7 +19,7 @@ Place the `Header` at the beginning of a page. Choose an appropriate heading lev
-## Add an image
+### Add an image
Use the `` slot to place a picture to the left of the header.
@@ -27,8 +27,18 @@ Use the `` slot to place a picture to the left of the header.
+
+ My subtitle
+
+
+
+
+
+
+
```
@@ -49,6 +59,14 @@ Use the `` slot to place a picture to the left of the header.
-## Add an action to the right of the heading
+::: tip Responsive layout:
--> Use the `action` prop [which is the same as in the `Section` component](/components/ui/layout/section).
+On narrow screens, the header will first wrap between image and title/content area.
+
+Make sure to keep the minimum width of the title and the content area narrow to prevent unnecessary wrapping.
+
+:::
+
+### Add an action to the right of the heading
+
+-> Use the `action` prop [which is the same as in the `Section` component](/components/ui/layout/section#provide-an-action).