nvm don't need !important for constrained styles
This commit is contained in:
		@ -35,7 +35,7 @@ function lex_scotland_block_styles() {
 | 
				
			|||||||
		'label'        => __( 'Constrained', 'lex-scotland' ),
 | 
							'label'        => __( 'Constrained', 'lex-scotland' ),
 | 
				
			||||||
        'inline_style' => '
 | 
					        'inline_style' => '
 | 
				
			||||||
            p.is-style-constrained {
 | 
					            p.is-style-constrained {
 | 
				
			||||||
                max-width: 50ch !important;
 | 
					                max-width: 50ch;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        '
 | 
					        '
 | 
				
			||||||
    ) );
 | 
					    ) );
 | 
				
			||||||
@ -45,7 +45,7 @@ function lex_scotland_block_styles() {
 | 
				
			|||||||
		'label'        => __( 'Constrained', 'lex-scotland' ),
 | 
							'label'        => __( 'Constrained', 'lex-scotland' ),
 | 
				
			||||||
        'inline_style' => '
 | 
					        'inline_style' => '
 | 
				
			||||||
            li.is-style-constrained {
 | 
					            li.is-style-constrained {
 | 
				
			||||||
                max-width: 50ch !important;
 | 
					                max-width: 50ch;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        '
 | 
					        '
 | 
				
			||||||
    ) );
 | 
					    ) );
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user