The text-box-edge CSS property specifies an amount of space to trim from a text element's block container.
Vertical spacing differs between fonts, making consistent typesetting historically challenging on the web. The text-box-edge property — along with its counterpart property text-box-trim, which specifies which edge(s) to trim space from — makes consistent typesetting easier to achieve. The text-box-edge property has no effect if text-box-trim is not set or is set to none.
Note: The text-box shorthand property can be used to specify the text-box-edge and text-box-trim values in a single declaration.