Skip to content

Commit

Permalink
FIX Update HTML markup for bootstrap 5 (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jan 26, 2025
1 parent 62f3a86 commit 265bf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/SiteTreeSubsites.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ protected function updateCMSFields(FieldList $fields)
)->setHeadingLevel(4)
);

$copyAction->addExtraClass('btn btn-primary font-icon-save ml-3');
$copyAction->addExtraClass('btn btn-primary font-icon-save ms-3');
}

// replace readonly link prefix
Expand Down

0 comments on commit 265bf66

Please sign in to comment.