The table cell data is truncating only in one line, I need to truncate table cell data into three line.enter link description here here I wat to show text like to truncate into third line using css
Asked
Active
Viewed 101 times
0

chen le
- 41
- 6
-
my css is like but it truncate to one line only – chen le Jun 17 '21 at 17:23
-
line-clamp() maybe ? https://drafts.csswg.org/css-overflow-3/#propdef--webkit-line-clamp – G-Cyrillus Jun 17 '21 at 17:24
-
that does not wors – chen le Jun 17 '21 at 17:29
-
1Share your HTML & CSS to reproduce your issue and show your attempts if you really need help. There is no way we can guess what you exactly have. .text-truncate do not tell what tag it it is applied to. Also no idea how is your table built and what other CSS is around your issue. – G-Cyrillus Jun 17 '21 at 17:33
-
please can you check this link https://www.w3docs.com/tools/code-editor/13703 – chen le Jun 17 '21 at 17:42