Description
When using the date picker with localization for Chinese the selected date is not being styled properly
- igniteui-angular version: All
- browser: Chrome. Looks fine on Mozilla and Edge (on Windows)
Steps to reproduce
- Create a calendar
- Add locale to it like this
<igx-calendar
#calendar
[locale]="locale"
[weekStart]="1"
[formatOptions]="formatOptions"
[formatViews]="formatViews"
>
</igx-calendar>
- Set locale to 'ZH'
- Observe behaviour on Chrome
Result
Symbols are displaced and calendar UI looks bad
Expected result
No displaced items, as it is in Mozilla and Edge browsers.
