Skip to content

Commit fd485d5

Browse files
committed
Make sure the alignment styles work in the editor
1 parent e9e713b commit fd485d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/blocks/opentable/edit.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ export default function OpenTableEdit( { attributes, setAttributes, className, c
247247
const editClasses = classnames( className, {
248248
[ `${ className }-theme-${ style }` ]: ! isEmpty( rid ) && styleValues.includes( style ),
249249
'is-multi': 'multi' === getTypeAndTheme( style )[ 0 ],
250+
[ `align${ align }` ]: align,
250251
} );
251252

252253
return (

0 commit comments

Comments
 (0)