diff options
| author | bobzel <zzzman@gmail.com> | 2025-05-09 23:02:18 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-05-09 23:02:18 -0400 |
| commit | afc2b90c3eab26a8a3d17bdb711652b68d2528d9 (patch) | |
| tree | 58f9edb8a79c9e1e983c9cc4e8c07988e7dd5f1d /src/client/views/collections/CollectionCarouselView.tsx | |
| parent | 076bdacc5f05dd124823981e49174d276a7aebfd (diff) | |
| parent | 299398cb7e21259de3bf7597995840b84e7e0590 (diff) | |
Merge branch 'master' into lanyi-branch
Diffstat (limited to 'src/client/views/collections/CollectionCarouselView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionCarouselView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionCarouselView.tsx b/src/client/views/collections/CollectionCarouselView.tsx index ac1981012..3c5bc10de 100644 --- a/src/client/views/collections/CollectionCarouselView.tsx +++ b/src/client/views/collections/CollectionCarouselView.tsx @@ -206,7 +206,7 @@ export class CollectionCarouselView extends CollectionSubView() { marginLeft: this.captionMarginX, width: `calc(100% - ${this.captionMarginX * 2}px)`, }}> - <FormattedTextBox xPadding={10} yPadding={10} {...captionProps} fieldKey={carouselShowsCaptions} styleProvider={this.captionStyleProvider} Document={this.curDoc()} TemplateDataDocument={undefined} /> + <FormattedTextBox xMargin={10} yMargin={10} {...captionProps} fieldKey={carouselShowsCaptions} styleProvider={this.captionStyleProvider} Document={this.curDoc()} TemplateDataDocument={undefined} /> </div> )} </> |
