Hi.
I have trouble with styling custom side panel. The empty space appears after the wysiwyg block. Also there is a line break before the wysiwyg field.

The html/css code has no extra lines in the block.

In listLayout I have this configuration:
This looks ugly when another panel without wysiwyg field doesn't have that padding.

Do you have any ideas how to fix this?
I have trouble with styling custom side panel. The empty space appears after the wysiwyg block. Also there is a line break before the wysiwyg field.
The html/css code has no extra lines in the block.
In listLayout I have this configuration:
Code:
listLayout: {
rows: [
[
{
name: 'listTitle',
link: true,
},
],
[
{name: 'status'},
{name: 'dateStart'},
{name: 'printPdf'},
]
]
},
This looks ugly when another panel without wysiwyg field doesn't have that padding.
Do you have any ideas how to fix this?


Comment