Hi,
I am working on my first APEX application. We are on version 5.1.
Is there a way to stack the items in a master detail form or to reduce the space between the fields in the master and detail regions so more information is displayed on the screen?
I have the same question regarding an interactive report.
I saw this on another post for a report, but I wasn't sure if this would work on a form and/or how to tweak it.
<style>
td.t-Report-cell {
padding: 2px;
}
</style>
Thanks,
Trish