I have the following code snippet:
<style type="text/css">
.LabelWrapper
{
display:inline-flex;
}
</style>
But the output looks ugly:
!

I think I might need to adapt 'display:inline-flex' - but I don't know css well enough to figure out the problem ...
Very happy about support!