diff --git a/components/tabstrip/scrollable-tabs.md b/components/tabstrip/scrollable-tabs.md index 34fc5d278..ec318921a 100644 --- a/components/tabstrip/scrollable-tabs.md +++ b/components/tabstrip/scrollable-tabs.md @@ -58,7 +58,7 @@ The following example demonstrates this option in action. ````RAZOR + Width="30vw"> First tab content. @@ -68,6 +68,12 @@ The following example demonstrates this option in action. Third tab content. + + Fourth tab content. + + + Fifth tab content. + ```` @@ -83,7 +89,8 @@ The following example demonstrates this option in action. ````RAZOR + ScrollButtonsPosition="@TabStripScrollButtonsPosition.Start" + Width="280px"> First tab content. @@ -93,6 +100,12 @@ The following example demonstrates this option in action. Third tab content. + + Fourth tab content. + + + Fifth tab content. + ````