Android widget is overlapping itself, instead of wrapping

I have this simple sitemap:

sitemap home label="Home"
{
        Frame label="Date" {
                Text item=Date
        }
}


And items:

DateTime    Date    "Date and Time: [%1$tA, %1$td.%1$tm.%1$tY %1$tT]"  (Status)   { ntp="" }

It’s looking good in the regular web browser.
However, in the Android app, it’s overlapping itself:

Thanks,
Zvika

I don’t think the sitemap supports wrapping long labels in the phone apps. I don’t think it is supported in the browser either but usually the screen is wide enough not to matter.

Well, I did try in the browser (Windows Chrome), with a very narrow window, and it wrapped well.

A workaround would be to use ‘3house’ application, mentioned here.
For me it’s working better - the widget isn’t overlapping, the widgets are aligned to the right (since my phone is in Hebrew) and it’s loading faster.

Any news on this?
I also have overlapping text here.
In OH1, my (manual) solution was to add one or more carriage returns ("\n") to the text, but this does not seem to work anymore with OH2.