79720540

Date: 2025-07-30 21:18:38
Score: 1
Natty:
Report link

The style width: min-content; does that

.parent {
    width: min-content;
}
 .content {
     background-color: red;
}
<div class="parent">
    <div class="content">this_is_a_very_long_word this_is_a_very_long_word</div>
</div>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Roshaan Ahmed