diff --git a/app/views/shopping_shared/tabs/_custom.html.haml b/app/views/shopping_shared/tabs/_custom.html.haml index 45aa3ccc3d..4ef58be338 100644 --- a/app/views/shopping_shared/tabs/_custom.html.haml +++ b/app/views/shopping_shared/tabs/_custom.html.haml @@ -1,3 +1,4 @@ .content .row - = sanitize(@distributor.custom_tab&.content, scrubber: TrixScrubber.new) + .columns + = sanitize(@distributor.custom_tab&.content, scrubber: TrixScrubber.new)