How can I make a div element adjust to its content and also break the line so that the next element appears below it?
I attempted setting the display property to inline-block, but then the div no longer breaks the line... Normally, it breaks the line, but doesn't conform to its content.
Any assistance would be greatly appreciated.
Thank you!