Wizard label multiple lines

1 Answer 192 Views
Wizard
Eric
Top achievements
Rank 1
Iron
Iron
Iron
Eric asked on 03 Aug 2022, 07:08 AM

Hi

<WizardStepLabel="Registration of employee"

can i have a label over more lines?

Like

Registration
of employee

 

Eric

 

 

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 05 Aug 2022, 03:06 PM

Eric, here is how to achieve this:

<TelerikWizard Class="multiline-stepper" />

<style>
    .multiline-stepper .k-stepper .k-step-link,
    .multiline-stepper .k-stepper .k-step-text {
        white-space: normal;
    }
</style>

Regards,
Dimo
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Brad
Top achievements
Rank 1
commented on 05 Jun 2023, 11:17 PM

Thank you for the example.  In my case I used white-space: pre-line so that I can force a line wrap with '\n'.
Tags
Wizard
Asked by
Eric
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Dimo
Telerik team
Share this question
or