illustrates the problem; there is extra space inserted above and below a transclusion (not just new row).
What is the reason for this in the transcludewidget and is it possible to prevent it?
I suspect this is the same phenomenon we have with single line breaks not working, but in that case it is possible to circumvent it using <br>.
Surrounding the transclusion with css does not help (other than dirty tricks like "margin-top:-1em;" to manually move the block).
Attempting to peek at the
codes unfortunately didn't help me - but I'm thinking there ought to be some place where the CSS display property values "block" and "inline" are used, considering how these are titled exactly like the transcludewidget mode attribute values.
What to do? Grateful for any help. It is intended for a total rework of the
CherryPicker expanding the concept tremendously (see "Extending the concept").
<:-)