i don't have resource manager, so i can't test, but you can probably do this easily with some extra css.
Code:
#yourelement::after{
content: "\a";
find the element and put a linebreak after it (\a).
before psuedoclass can work too if you target the prefix element itself.