Adding margin to row removes entry from app connect view

Wappler Version :4 beta 9
Operating System :win 10
Server Model: node
Database Type: MariaDB
Hosting Type: VPS CentOs 8

Expected behavior

What do you think should happen?
Margin sghould be added andf row entry should continue to be displayed in app connect structure

Actual behavior

What actually happens?

Row is removed from app connect structure

See video

Should mention this is a node content page

Hi Brian, I don’t know where you get the time to fiddle around creating bugs. With the Euro Cup and the French Grand Prix, I don’t even get time for a nap.

For the serious stuff, the problem seems to be caused by text-center in

 <div class="container-fluid text-center">

I confess not quite following you on that one, The fluid container is a separate container to that which is not displaying correctly.
I changed all the containers to

<div class="container">

removing fluid and centred text and the app connect display remains broken, the same issue. Only seems to happen with a bottom margin?

In this case all rows have mb-3 except the last which has mt-3. The latter displays correctly, those with mb-3 don’t


Should mention this is a node content page

You re right! On further testing, I found the same, also Node.

1 Like

This is specific to all mb- classes. I’ve reported this too, and it’s been mentioned by someone else. I’m on mobile otherwise I’d like the bug report posts. I now just don’t use it or manually write margin-bottom in the styles section to handle it.

@patrick
I have the same problem, the row disappear every time I’m setting its margin…

This has been fixed in Wappler 4.3.1