Skip to content

Commit

Permalink
FIX Update HTML markup for bootstrap 5 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jan 26, 2025
1 parent 76ae758 commit 60a757a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

<% if $hasExtraClass('cms-previewable') %>
<% if $Actions.last.id == 'Form_ItemEditForm_RightGroup' %>
<% include SilverStripe\\Admin\\LeftAndMain_ViewModeSelector SelectID="preview-mode-dropdown-in-content", ExtraClass="ml-0" %>
<% include SilverStripe\\Admin\\LeftAndMain_ViewModeSelector SelectID="preview-mode-dropdown-in-content", ExtraClass="ms-0" %>
<% else %>
<% include SilverStripe\\Admin\\LeftAndMain_ViewModeSelector SelectID="preview-mode-dropdown-in-content", ExtraClass="ml-auto" %>
<% include SilverStripe\\Admin\\LeftAndMain_ViewModeSelector SelectID="preview-mode-dropdown-in-content", ExtraClass="ms-auto" %>
<% end_if %>
<% end_if %>
</div>
Expand Down

0 comments on commit 60a757a

Please sign in to comment.