From d07bc1be5bb657c1f19999ee7e2655665d67dd4a Mon Sep 17 00:00:00 2001 From: Sergio Estevao Date: Fri, 29 Nov 2019 11:11:16 +0000 Subject: [PATCH] Fix caption alignemnt on images. --- packages/block-editor/src/components/caption/index.native.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/caption/index.native.js b/packages/block-editor/src/components/caption/index.native.js index 68e965524c8b8..664ec75da9411 100644 --- a/packages/block-editor/src/components/caption/index.native.js +++ b/packages/block-editor/src/components/caption/index.native.js @@ -29,7 +29,7 @@ const Caption = ( { accessible, accessibilityLabel, onBlur, onChange, onFocus, i fontSize={ 14 } underlineColorAndroid="transparent" textAlign={ 'center' } - tagName={ '' } + tagName={ 'p' } /> );