From 05104841cd69b7b93a6cba5467bef4c665b59327 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Thu, 8 Jun 2023 11:36:06 +0200 Subject: [PATCH] Add some margin to custom tab content via `columns` css class --- app/views/shopping_shared/tabs/_custom.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)