The CSS styles inside Stylized text component gets printed on UI BuilderDescriptionWhen using the "Edit Text CSS" button for the stylized component, if the CSS styles entered into the popped up modal contains "display: flex", the text value of the style itself gets printed on UIB Stage as well as runtime. This is an unintended regression from using the stylesheet injection as opposed to inline styles for CSS.Steps to Reproduce 1. Go to UIB from sys_ux_app_config2. Create a new page3. Add Stylized text4. Edit test CSS and provide some valid CSS with "display: flex"WorkaroundYour CSS can be applied to the stylized text component (even with "display: flex") the same way using the Styles tab in the component's configuration panel, which allows you to add / enter CSS.Related Problem: PRB1458680