diff --git a/site/src/content/docs/components/breadcrumb.mdx b/site/src/content/docs/components/breadcrumb.mdx
index e3884d0fc5..024ef86fd2 100644
--- a/site/src/content/docs/components/breadcrumb.mdx
+++ b/site/src/content/docs/components/breadcrumb.mdx
@@ -60,10 +60,12 @@ Use an ordered or unordered list with linked list items to create a minimally st
## Layout
+### Breakpoints behavior
+
Breadcrumb will never wrap, the number of displayed items depends on the available width, the final two items will always be shown.
-**Breadcrumb items should not be this long**, the following examples are for small viewport demonstration purpose only
+ **Breadcrumb items should not be this long**, the following examples are for small viewport demonstration purpose only.
@@ -83,3 +85,21 @@ Breadcrumb will never wrap, the number of displayed items depends on the availab
Very long page to show off responsiveness behavior
`} />
+
+### Avoiding truncation
+
+To prevent a specific item from being truncated, add `.flex-shrink-0` on the ``, this could be useful for brand names like Orange which should never be truncated. The penultimate item has this option set by default so it's not useful to add it. The items will still be hidden on smaller screens.
+
+
+ Be aware that adding this utility to all items would result in an overflow.
+
+
+
+
+ - Home
+ - Very long subcategory to test responsive
+ - Very long subcategory to test responsive 1
+ - Very long subcategory to test responsive A
+ - Very long page to show off responsiveness behavior
+
+ `} />