From 8dea2ca9fba4f261b1664f3a2b127bbaf80b3acc Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 22 Aug 2024 12:47:26 -0400 Subject: [PATCH] wrapLeft and wrapRight classes to automatically apply wrapping --- themes/V3/Blank/style.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/themes/V3/Blank/style.less b/themes/V3/Blank/style.less index 0f779c38b..00792f3c7 100644 --- a/themes/V3/Blank/style.less +++ b/themes/V3/Blank/style.less @@ -156,6 +156,19 @@ body { counter-reset : page-numbers; } break-inside : avoid; } + /* Wrap Text */ + .wrapLeft { + shape-outside : var(--HB_src); + float : right; + shape-margin : 0.2cm; + } + + .wrapRight { + shape-outside : var(--HB_src); + float : left; + shape-margin : 0.2cm; + } + /* Watermark */ .watermark { position : absolute;