Describe the bug
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.
Sourcebot deployment information
Sourcebot version v4.6.3
Additional information
No response