#201 - Fix filename overflow

This commit is contained in:
Elio Struyf
2021-12-03 19:15:20 +01:00
parent db120b5c45
commit ca628b37de
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@
### 🐞 Fixes
- [#191](https://github.com/estruyf/vscode-front-matter/issues/191): Fix beta settings page
- [#201](https://github.com/estruyf/vscode-front-matter/issues/201): Overflow issue with the media filename
## [5.6.0] - 2021-11-23
@@ -252,7 +252,7 @@ export const Item: React.FunctionComponent<IItemProps> = ({media}: React.PropsWi
</div>
</div>
<p className="text-sm dark:text-whisper-900 font-bold pointer-events-none flex items-center">
<p className="text-sm dark:text-whisper-900 font-bold pointer-events-none flex items-center break-all">
{basename(parseWinPath(media.fsPath) || "")}
</p>
{