Databasejoin element description field does not line up

PaulV888

Member
Hi,

Pre 3.8.2 the databasejoin descriptions nicely lined up with the dbjoin itself. I see that this coming from extra BR/ in the HTML generated. And it is coming from fabrik-element-databasejoin-form-final.php

I am not sure if we need them here, however changing that layout template to the following looks better and will give previous behavior.

Code:
$d = $displayData;

if (!empty($d->control)) :
    echo $d->control;
endif;

if (!empty($d->frontEndSelect)) :
    echo $d->frontEndSelect;
endif;

if (!empty($d->description)) :
    echo $d->description;
endif;

Thanks,
Paulbrrrrr.jpg
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top