Fix issue where file diff could fail; minor style changes; update README; update version to 0.0.4

This commit is contained in:
Saoud Rizwan
2024-07-10 11:15:25 -04:00
parent 2f64a82abb
commit 46f14f32d1
4 changed files with 8 additions and 10 deletions

View File

@@ -109,6 +109,7 @@ const CodeBlock = ({ code, diff, language, path }: CodeBlockProps) => {
overflow: "hidden",
textOverflow: "ellipsis",
marginRight: "8px",
fontSize: "11px",
// trick to get ellipsis at beginning of string
direction: "rtl",
textAlign: "left",