Gap setting doesn't seem to work for Row in UI builder

I want a row that has no gap (space) between the cells. Setting the Gap value to 0 in the setting for the Row in UI Builder has no effect (the default 24px gap is still there).

I can work around by setting a class for the Row and adding “gap:0px;” to the CSS, but I wanted to let you know that the Gap setting in UI builder doesn’t seem to work (unless I misunderstand what it is for).

Does not work:
image

Works:
.gapless{
gap:0px;
}

Hi, Dennis.
Thanks for your attention :).
I’ve create the task to check the behavior. [BKNDLSS-27536].

Hello @Dennis_Nelson

You could temporarily set a highly small value like 0.001 to the gap, and that looks like gap does not exist.

Regards, Dima.

Thanks @Dima . I tested your suggestion and it also works.

Hello @Dennis_Nelson

We’ve just updated cloud servers with a fix for the issue you described above. Could you kindly let us know whether fix works for you well?

Regards,
Inna