Fixed: styles for the block "UM access Controls"

This commit is contained in:
yuriinalivaiko
2021-03-29 18:51:53 +03:00
parent 0c55de1a86
commit 60ecae1088
2 changed files with 13 additions and 3 deletions
+2 -1
View File
@@ -65,7 +65,8 @@ var um_block_restriction = wp.compose.createHigherOrderComponent( function( Bloc
wp.element.createElement(
wp.components.PanelBody,
{
title: wp.i18n.__( 'UM access Controls', 'ultimate-member' )
title: wp.i18n.__( 'UM access Controls', 'ultimate-member' ),
className: 'um_block_settings'
},
wp.element.createElement(
wp.components.ToggleControl,