nvm don't need !important for constrained styles

This commit is contained in:
Aadil Ayub 2024-05-13 19:00:58 +05:00
parent 4d166259b2
commit 186e2521fe
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
'
) );