Home > Forum > User Voice > BPS 2025: No margin for HTML fields

BPS 2025: No margin for HTML fields UNDER REVIEW
1

MVP

Hi everyone,

if I'm using an HTML field it would be great, if there wouldn't be any margins imposed on the control (1).
My only idea right now is to remove the class which causes this via JavaScript in the HTML field, so that it is aligned with the other controls (2).


document.getElementById("SEL_HTML_#{WFCON:7009}#").querySelector(".grid-template__panel .upsidePanel__content").classList.remove("upsidePanel__content")


or with CSS:

#SEL_HTML_#{WFCON:7009}# .upsidePanel__content {margin-inline-end: 0px;margin-inline-start: 0px}



Best regards,
Daniel

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.