Give Feedback text in Experience Feedback Drawer widget is upside down for Chinese / Japanese / Korean languagesDescriptionIssue Description:The 'Give feedback' text coming from the OOB 'Experience Feedback Drawer' widget of Employee Center has text displayed upside down for Chinese, Japanese and Korean languages.Steps to Reproduce 1. Install Employee Center Pro 2. Install Chinese, Japanese or Korean languages3. Switch to the above installed language4. Open /esc?id=hri_user_profileExpected behaviorThe 'Give feedback' text display verticallyActual behaviorThe 'Give feedback' text display upside downWorkaroundThe issue is due to the fact that there is a CSS to transform the text with 180 degrees in the "Link" section of the "Experience Feedback Drawer" widget To work around this, it is required to modified the "Experience Feedback Drawer" widget:- 1. In the "Server Script" of the widget, get the session language and then assign it to "data.language" variable. 2. Then in the "Link" of the widget, add a condition to exclude that CSS assignment. Please see below an example of excluding CSS transformation for "Traditional Chinese". In this example, the CSS will apply only if the language is not Traditional Chinese, (i.e. controller.data.language != 'zt') 3. As the 180 transformations CSS is applied in the Traditional Chinese language, the text will display properlyRelated Problem: PRB1814341