Skip to content

Commit 4a48d05

Browse files
committed
Revert "Added latest changes"
This reverts commit 81f3a5a.
1 parent b484a80 commit 4a48d05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ajax/container.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,12 @@
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'>";
6059
PluginFieldsField::showDomContainer(
6160
$containers_id,
6261
$item,
6362
$type,
6463
$subtype,
6564
);
66-
echo "</div>";
6765
} else {
6866
echo '';
6967
}

0 commit comments

Comments
 (0)