-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(web-twig): Radio button with multiple line label #DS-1664
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
packages/web-twig/src/Resources/components/Radio/stories/RadioLongLabelText.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<Radio | ||
id="radio-long-label" | ||
label="This is an example of a very long label text for a radio button. It is specifically designed to test how well the layout handles text wrapping when the content becomes significantly longer. The purpose of this text is to confirm that the radio button's composition remains intact, visually aligned, and free from any unexpected breakage or misalignment. Ensuring proper spacing and alignment for multiline labels is essential for creating a consistent and user-friendly interface across different screen sizes and resolutions." | ||
name="radioLongLabel" | ||
/> |