Symptom: line-clamp not clamping
Root cause#
Element is not block-level or display overridden.
The fix#
Ensure block/inline-block; remove conflicting display utilities.
Verify#
- Hard-refresh (the CSS cache is the #1 false negative)
- Run
nakshora doctorand re-build with--stats - Search the docs for the exact class — spelling is unforgiving
Related#
troubleshooting/index|All issues · faq/index|FAQ
