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.