Extra colon syntax error on post-2.css
-
Hi guys!
After updating Elementor to 3.34.0, I found a syntax error in a line inside
elementor/css/post-2.css:.elementor-2 .elementor-element.elementor-element-e0bd076 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
margin-block-end: : 5px;
}It looks like there’s an extra colon. It should be:
margin-block-end: 5px;Because of this extra colon, all websites are now showing much larger margins between text elements. I hope you can fix this as soon as possible. Thank you!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.