Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to reduce the spacing between lines APEX 24.2 Modal dialog Form?

Joe Kerr2 days ago

Is there a way to reduce the amount of space between lines on a Modal Dialog Form?

Tried Page Inline CSS;

.t-Dialog-page--standard .t-Form--standard .t-Form-fieldContainer {
    margin-bottom: 0.2rem !important; }
.t-Dialog-page--standard .t-Form--standard .t-Form-labelContainer {
    padding-bottom: 0.1rem !important;}
.t-Dialog-page--standard .t-Form--standard .t-Form-inputContainer {
    margin-bottom: 0.1rem !important; }
.t-Dialog-page--standard .t-Form-itemWrapper {
    margin-bottom: 0.2rem !important; }

And CSS Class tight-form in Region

But neither made any difference.

Comments
Post Details
Added 2 days ago
2 comments
99 views