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' ),
 | 
			
		||||
        '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;
 | 
			
		||||
            }
 | 
			
		||||
        '
 | 
			
		||||
    ) );
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user