Skip to content

Commit 1161a62

Browse files
committed
Added latest changes
1 parent 0aad71e commit 1161a62

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ajax/container.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@
5656

5757
$display_condition = new PluginFieldsContainerDisplayCondition();
5858
if ($display_condition->computeDisplayContainer($item, $containers_id)) {
59+
echo "<div class='offset-md-1 col-md-8 col-xxl-6'>";
5960
PluginFieldsField::showDomContainer(
6061
$containers_id,
6162
$item,
6263
$type,
6364
$subtype,
6465
);
66+
echo "</div>";
6567
} else {
6668
echo '';
6769
}

0 commit comments

Comments
 (0)