Skip to content

Commit

Permalink
Fix image alignment in ItemHelp
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 15, 2024
1 parent 6fa8d82 commit da88fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin/editor-config/components/item-help/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function ItemHelp( {
className="chbe-admin-editor-config-item-help-modal"
onRequestClose={ () => setIsModalOpen( false ) }
>
<VStack spacing={ 4 }>
<VStack spacing={ 4 } align="start">
{ description && (
<VStack
as={ typeof description === 'object' ? 'div' : 'p' }
Expand Down

0 comments on commit da88fcd

Please sign in to comment.