Columns resize: float width in preview but integer when saving

Hello,

I faced with issue that it’s possible to set column width to float value e.g. 48.4% when dragging resize handle but at the same time then after click on save button resizeColumn function is called where width is transforming to integer by wrapping in parseInt function (resizeColumn which I mean is located in builder.bundle.js on lines from 505 to 515).

As a result we have an issue that editors on site have different result of their work with content when previewing it and on frontend after saving.

Is it possible to prevent such situations?

We are aware of this issue and it will be addressed in a future release.