Is this a bug or is it by design that Bootstrap Rows cannot be added in a Card?
1 Like
Where exactly (in which element) are you trying to add a row?
In a card body.
I’ve done it many times, you just have to manually add the div class = “row” inside the card body and then Wappler picks it up from there.
You can just add it manually:
<div class="row”></div>
probably we just missed to add it as an option there (in the card body).
Yeah, I can add it manually but it should be available to add through the UI.
Sorry for hijacking, missing from modals too. HTML manual way works ok.
2 Likes