When using the "Create an approval" action, you can add text in the Details field. When you send its adaptive card to Teams with the "Post your own adaptive card as the Flow bot to a user" action, that text removes any line breaks.
E.g. Details field in the "Create an approval" action has:
"Line 1
Line 2"
Then the adaptive card in Teams will have it as:
"Line 1 Line 2"
I'm still getting familiar with JSON. Can any formatting be added to the Details field text? Or can the Adaptive Card be edited through a different action?