diff --git a/knowledge-base/wizard-wrap-step-label-text.md b/knowledge-base/wizard-wrap-step-label-text.md new file mode 100644 index 0000000000..37e8599c11 --- /dev/null +++ b/knowledge-base/wizard-wrap-step-label-text.md @@ -0,0 +1,71 @@ +--- +title: Wizard Text Wrapping +description: This article demonstrates how to allow text wrapping for step labels in the Telerik UI for Blazor Wizard component to ensure full text visibility. +type: how-to +page_title: How to Enable Text Wrapping in Wizard Step Labels - Telerik UI for Blazor +slug: wizard-kb-wrap-step-label-text +tags: telerik, blazor, wizard, css, styles +res_type: kb +ticketid: 1671064, 1574805, 1527700 +--- + +## Environment + +
| Product | +Wizard for Blazor | +
Welcome to the Wizard!
+The user is performing some actions...
+Thank you!
+Wizard Value: @WizardValue
+ +@code { + private int WizardValue { get; set; } +} +```` + +## See Also + +- [Wizard Overview](https://docs.telerik.com/blazor-ui/components/wizard/overview) +- [Override the Theme or Apply Custom CSS Styles]({%slug themes-override%})