You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reviewing the search results, there is a Filter by Language pane in the lower-left of the page. This pane has direction: rtl set on the class .truncate-start. This is leading to languages such as C++ and C# displaying as ++C and C#.
Disabling direction: rtl fixes this behaviour, but breaks the left overflow truncation in long repository names in the Filter by Repository pane above.
To reproduce
Search for something in a repository that has at least one C++ or C# file in it.
Observe the text displayed in the Filter by Language pane.