Hi. There is a problem with RTL content. For example, RTL wikis or RTL users on LTR wikis.
I suggest to add to the css file the code
#globalWatch-watchlistsFeed { text-align: left; direction: ltr; } [id^='globalWatch-feed-site-he_'], [id^='globalWatch-feed-site-ar_'], [id^='globalWatch-feed-site-azb_'], [id^='globalWatch-feed-site-ckb_'], [id^='globalWatch-feed-site-dv_'], [id^='globalWatch-feed-site-fa_'], [id^='globalWatch-feed-site-glk_'], [id^='globalWatch-feed-site-ks_'], [id^='globalWatch-feed-site-lrc_'], [id^='globalWatch-feed-site-mzn_'], [id^='globalWatch-feed-site-nqo_'], [id^='globalWatch-feed-site-pnb_'], [id^='globalWatch-feed-site-ps_'], [id^='globalWatch-feed-site-sd_'], [id^='globalWatch-feed-site-ug_'], [id^='globalWatch-feed-site-ur_'], [id^='globalWatch-feed-site-yi_'] { text-align: right; direction: rtl; } .globalWatch-site a { unicode-bidi: isolate; display: inline-block; }
or an equivalent one. Thank you.