domino-ui
domino-ui copied to clipboard
Stepper: description in step header does not wrap
Describe the bug When setting a somewhat longer string as the description of a Step, no wrapping occurs. Instead,
To Reproduce
This issue can be easily reproduced on the demo-page of DominoUI (link).
Edit the data-step-label
of the first step of the horizontal Stepper example as such: data-step-label="Contact name step Contact name step Contact name step
. Note the text is simply cut off if the Stepper is rendered horizontally.
Expected behavior I would expect the description to word-wrap and become multiline e.g.
Additional context
I tried to manipulate the after
pseudo-element of the div
with class step-title
to no avail.
I am already mid-way implementing the new stepper component :wink:
Did I already mention the fact that that is simply awesome?
Steppers have been redesigned