Skip to content

Commit

Permalink
ui(fim): add non-breaking space after file icon
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed May 20, 2024
1 parent 12216ff commit f438525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FileList/FileList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const FileList: React.FC<FileListProps> = ({ files }) => {
title={file.file_content}
className={styles.file}
>
📎 <TruncateLeft>{name}</TruncateLeft>
📎&nbsp;<TruncateLeft>{name}</TruncateLeft>
</Text>
);
})}
Expand Down

0 comments on commit f438525

Please sign in to comment.