Skip to content

Commit 2aa709a

Browse files
xristianstefanovxristianstefanov
authored andcommitted
kb(Wizard): address comments
1 parent 286abbc commit 2aa709a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

knowledge-base/wizard-text-wrapping.md renamed to knowledge-base/wizard-wrap-step-label-text.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Wizard Text Wrapping
33
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.
44
type: how-to
55
page_title: How to Enable Text Wrapping in Wizard Step Labels - Telerik UI for Blazor
6-
slug: wizard-text-wrapping
7-
tags: css, blazor, wizard, text, wrap, ui, telerik
6+
slug: wizard-kb-wrap-step-label-text
7+
tags: telerik, blazor, wizard, css, styles
88
res_type: kb
9-
ticketid: 1671064
9+
ticketid: 1671064, 1574805, 1527700
1010
---
1111

1212
## Environment
@@ -22,13 +22,13 @@ ticketid: 1671064
2222

2323
## Description
2424

25-
I am wondering if there's a way to allow the `TelerikWizard` to show the full text. For instance, step labels in my Wizard component are getting cut off, and I wish to display the complete text by wrapping it onto the next line.
25+
How to allow the `TelerikWizard` to show the full text of the step labels. For instance, step labels in my Wizard component are getting cut off, and I wish to display the complete text by wrapping it onto the next line.
2626

2727
## Solution
2828

29-
To ensure that the text within the wizard steps wraps properly and the full text is displayed, apply the following CSS styles.
29+
To wrap the Wizard step labels and display the full text, apply custom CSS styles. These styles allow the text to wrap in the Wizard steps and break words if necessary to fit the content within the available space.
3030

31-
>caption These styles allow the text to wrap within the wizard steps and break words if necessary to fit the content within the available space.
31+
>caption Wrap Wizard step label text
3232
3333
````RAZOR
3434
<style>

0 commit comments

Comments
 (0)