We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050b447 commit 730111aCopy full SHA for 730111a
client/modules/IDE/components/FileNode.jsx
@@ -53,6 +53,7 @@ function FileName({ name }) {
53
{baseName.length > 2 && (
54
<span className="sidebar__file-item-name--ellipsis">{middleText}</span>
55
)}
56
+ {middleText.charAt(middleText.length - 1) === ' ' && <span> </span>}
57
{baseName.length > 1 && <span>{lastLetter}</span>}
58
{extension && <span>{extension}</span>}
59
</span>
0 commit comments