I already tried to use:
white-space: nowrap
display: inline-block
I want my div to be just as long as its content (text). The 25px padding should start directly when the text ends.
My fiddle: https://jsfiddle.net/m9uh8typ/7/
I already tried to use:
white-space: nowrap
display: inline-block
I want my div to be just as long as its content (text). The 25px padding should start directly when the text ends.
My fiddle: https://jsfiddle.net/m9uh8typ/7/