From cbb314f4ed77b4ae49106d28ab2d56559f720767 Mon Sep 17 00:00:00 2001 From: Zach Arend Date: Sat, 3 Feb 2024 04:42:37 +0000 Subject: [PATCH] docs(material/list): add example of line scenarios with checkbox Add example of line scenarios with checkbox. --- src/dev-app/list/list-demo.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/dev-app/list/list-demo.html b/src/dev-app/list/list-demo.html index 5edc6cdfa7d0..6886c33806cf 100644 --- a/src/dev-app/list/list-demo.html +++ b/src/dev-app/list/list-demo.html @@ -243,6 +243,31 @@

Line scenarios

+ + Title + + Title + This is unscoped text content that is supposed to not wrap. The list has only + acquired two lines and therefore there is no space for wrapping. + + + Title + This is unscoped text content that is supposed to wrap to the third line. + The list item acquire spaces for three lines and text should have an ellipsis in the + third line upon text overflow. + + + Title + This is unscoped text content that is supposed to not wrap. The list has only + acquired two lines (automatically) and therefore there is no space for wrapping. + + + Title + Secondary line + Tertiary line + + +