Prerequisites
Description
Before v2.5, the class .elementor-widget-wrap used display: block.
Starting from 2.5, this same class uses display: flex.
This create a problem with widgets created in version prior to v2.5. For example, if you created a column with a background color and wanted to position absolute a picture, it will break on 2.5.
With v2.4 :

With v2.5 :

Steps to reproduce
Create a colum, set a background color, add a text editor and an image right after, set Custom CSS to position absolute the image:

Isolating the problem
Environment
Latest WP, Elementor + Elementor Pro
Prerequisites
Description
Before v2.5, the class
.elementor-widget-wrapuseddisplay: block.Starting from 2.5, this same class uses
display: flex.This create a problem with widgets created in version prior to v2.5. For example, if you created a column with a background color and wanted to position absolute a picture, it will break on 2.5.
With v2.4 :
With v2.5 :
Steps to reproduce
Create a colum, set a background color, add a text editor and an image right after, set
Custom CSSto position absolute the image:Isolating the problem
Environment
Latest WP, Elementor + Elementor Pro