Strange visualization problem after upgrading to 2023.02.03

Hi all,
after upgrading from 2022.12.something to 2023.02.03 my cards looks very strange when viewing from a tablet ( android based ).
My “normal” view is the following ( partial):

but on tablet it looks like this:

As you can see the card looks scrambled.

The strange is that when I load the page they are correct while the page is loading, but as soon as the page complete they get this strange look.

I’ve tried to reload and clear cache and sometimes it helps, but not always.
I’m not sure if the problem is in the vertical-stack or in the cards themselves.
This is a partial take from my config:

...
...
          "cards": [
            {
              "type": "weather-forecast",
              "entity": "weather.casa"
            },
            {
              "type": "vertical-stack",
              "cards": [
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.temperatura_esterna",
                  "detail": 1
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.temperatura_sala_due",
                  "detail": 1
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.temperatura_sala_quattro",
                  "detail": 1
                },
...
...

Do you have any idea where to look for fix this problem ?

Thanks
Pierluigi