From 186e2521fefdee629a306ce48815f29e6a02cf6c Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 13 May 2024 19:00:58 +0500 Subject: [PATCH] nvm don't need !important for constrained styles --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } ' ) );