diff --git a/functions.php b/functions.php index 0be4eb9..e09f569 100644 --- a/functions.php +++ b/functions.php @@ -35,7 +35,7 @@ function lex_scotland_block_styles() { 'label' => __( 'Constrained', 'lex-scotland' ), 'inline_style' => ' p.is-style-constrained { - max-width: 50ch !important; + max-width: 50ch; } ' ) ); @@ -45,7 +45,7 @@ function lex_scotland_block_styles() { 'label' => __( 'Constrained', 'lex-scotland' ), 'inline_style' => ' li.is-style-constrained { - max-width: 50ch !important; + max-width: 50ch; } ' ) );