Make Text Block ONLY As Wide As Text

Give the parent div a vertical flex display setting with a left alignment (flex start).

image

Edit: Or give the element itself an inline-block display setting if its parent isn’t using flex.