* header display name rtl support * highlighted post rtl * move `NON_BREAKING_SPACE` to an external constant * rtl support in search dropdown * profile card rtl * old profile card rtl * hover card * wizard list card * new chat * account card * chat header * clean up notifications * just force LTR on meta display name
1 line
43 B
TypeScript
1 line
43 B
TypeScript
export const NON_BREAKING_SPACE = '\u00A0'
|