Borders around controls are displayed too large in Edit mode
Posted: 16 Jan 2020
Hallo,
we try to improve the readability of form-data in display mode by setting borders in CSS:
.fd_control{
border: 1px dotted grey;
}
This looks very good in display-mode but not so good in edit-mode: the borders are longer than the controls, they extend on the right to the end of the table that contains the controls ends.

Is there a way to fix this?
Is it possible to disable the borders only in edit-mode?
Thanks a lot
Wolfgang
we try to improve the readability of form-data in display mode by setting borders in CSS:
.fd_control{
border: 1px dotted grey;
}
This looks very good in display-mode but not so good in edit-mode: the borders are longer than the controls, they extend on the right to the end of the table that contains the controls ends.
Is there a way to fix this?
Is it possible to disable the borders only in edit-mode?
Thanks a lot
Wolfgang