The Results list view shows an incorrect path for all dotfiles. For instance, with an .env.test, the HTML code is correct, but the leading dot shifts to the right on display:
Removing .ellipsis-beginning, #resultsPanel #resultsTable .resultPathCell { direction: rtl; } fixes it. I assume this was introduced to get a nicer rendering of ellipses by showing the rightmost part, but we could likely not apply it to paths?
The Results list view shows an incorrect path for all dotfiles. For instance, with an
.env.test, the HTML code is correct, but the leading dot shifts to the right on display:Removing
.ellipsis-beginning, #resultsPanel #resultsTable .resultPathCell { direction: rtl; }fixes it. I assume this was introduced to get a nicer rendering of ellipses by showing the rightmost part, but we could likely not apply it to paths?