79136561

Date: 2024-10-29 09:38:21
Score: 0.5
Natty:
Report link

You can add something like this CSS code to the inner divs, or perhaps you need to add another nested div for this. Here's the code:

.flex-long {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rahmani