79799449

Date: 2025-10-25 10:50:34
Score: 0.5
Natty:
Report link

I solved this very simply by "text-box-trim" CSS property.

This property let us specify whether to trim the whitespace above or/and below text.

Align your text to the bottom of the line, like so:

.yourelement {

text-box-trim: trim-end;

}

Thanks to the creators of this property :))

Nillynill

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-2): I solved
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nillynill