Skip to content

Commit f8e0acf

Browse files
authored
Apply padding to immersive interactive captions (#13742)
1 parent 3c7ca4d commit f8e0acf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotcom-rendering/src/components/InteractiveBlockComponent.importable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ export const InteractiveBlockComponent = ({
484484
captionText={caption}
485485
format={format}
486486
isMainMedia={isMainMedia}
487+
isImmersive={role === 'immersive'}
487488
/>
488489
)}
489490
</figure>

0 commit comments

Comments
 (0)