How to remove white space from a section separator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 02:36 AM
Hello,
I am hiding/showing fields, respective section separators and annotations through UI policies.
I'm handling fields visibility through Visible column under UI Policy Action and through scripting sometime using setDisplay() method. Annotations are being hidded/displayed using <section_separator_name>.parentNode.style.display = "none"; (or block).
Though the functionality is working but leaving white space when hidden. Please suggest a way to achieve this type of visibility with no white spaces left behind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 03:54 AM
I'm hiding fields through UI Policy Action, annotations using <annotation_name>.parentNode.style.display = "none"; and using below code for hiding embedded list.