Reusable element : difference betwen displaying in the left bar (and in a page) and the real wwork

1 - The displaying of this reusable (event_date) in the left bar is wrong comparing the real work (A.PNG)
On the concerned page witht the reusable element include
1 - In the editor : The displaying of this reusable (event_date) in the left bar is wrong (B.PNG)
2 - In the editor : The displaying of this reusable (event_date) in the page is wrong
C - In the Browser : The displaying of this reusable (event_date) in the page is OK (C.PNG)
A.PNG

B.PNG

C.PNG

Bug Ticket #19324

From Support
I was able to confirm that the previews of your reusable element are actually displaying correctly, and that the black text box (“Text Parent group’s Event”) appears differently because it is extending in width to fit its placeholder dynamic text. Specifically, although the dynamic value of this text element evaluates to a two-digit number in runmode, the dynamic definition itself (“Parent group’s Event Start Time:formatted as 10”) is actually a much longer string that causes the black text box to extend beyond its minimum width of 60px.

That said, the fix here would be to set a max-width or fixed-width on the “Text Parent group’s Event” text element to ensure that it does not expand and overlap with the yellow box even when it contains more than two digits/alphabets:
:+1: :+1: