Hello, I noticed that the control Heading and its parameter separator does not work inside Repeater. This is caused by this css. Is this a bug or is it intended?
http://prntscr.com/mb2s98
http://prntscr.com/mb2u1p
elementor\assets\css\editor.css
$repeater = new Repeater();
$repeater->add_control(
'heading',
[
'label' => esc_html__( 'heading', 'theme' ),
'type' => Controls_Manager::HEADING,
'separator' => 'before',
]
);
$this->add_control(
'repeater',
[
'type' => Controls_Manager::REPEATER,
'fields' => array_values( $repeater->get_controls() ),
]
);
Prerequisites
Description
Hello, I noticed that the control Heading and its parameter separator does not work inside Repeater. This is caused by this css. Is this a bug or is it intended?
http://prntscr.com/mb2s98
http://prntscr.com/mb2u1p
elementor\assets\css\editor.css
Steps to reproduce
Isolating the problem
Environment
System Info
``` ```