Skip to content

Commit

Permalink
Fix bug with depending lists swallow fields following it
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Oct 1, 2022
1 parent ecab9e7 commit 31845a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/Resources/public/css/be_main.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,7 @@ p.rsce_group_description {
right: 0;
margin: 4px;
}
fieldset.tl_box.rsce_list_stop {
margin: -1px 0 0 0;
padding: 0;
}
3 changes: 2 additions & 1 deletion src/Widget/ListStop.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function generate()
{
return '<script>'
. 'rsceInitList(\'pal_' . substr($this->strId, 0, -5) . '_start\');'
. '</script>';
. '</script>'
. '</fieldset><fieldset class="tl_box rsce_list_stop">';
}
}

0 comments on commit 31845a8

Please sign in to comment.