Skip to content

Commit 10b85b8

Browse files
committed
chore: correct wrapping behavior sample
1 parent 99c2919 commit 10b85b8

File tree

1 file changed

+1
-1
lines changed
  • packages/website/docs/_samples/main/List/WrappingBehavior

1 file changed

+1
-1
lines changed

packages/website/docs/_samples/main/List/WrappingBehavior/sample.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</ui5-li>
2323

2424
<!-- Wrapped Behavior -->
25-
<ui5-li wrappingType="Normal"
25+
<ui5-li wrapping-type="Normal"
2626
text="Long list item title that gets wrapped when it exceeds the width of the container. This allows users to read the full title without requiring interaction. Long list item title that gets wrapped when it exceeds the width of the container. This allows users to read the full title without requiring interaction. Long list item title that gets wrapped when it exceeds the width of the container. This allows users to read the full title without requiring interaction."
2727
description="This description gets wrapped when the 'wrappingType' property is set to 'Normal', and the content flows to multiple lines instead of being truncated. This allows users to read lengthy descriptions without requiring interaction. This description gets wrapped when the 'wrappingType' property is set to 'Normal', and the content flows to multiple lines instead of being truncated. This allows users to read lengthy descriptions without requiring interaction."
2828
additional-text="Wrapped">

0 commit comments

Comments
 (0)