mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-04 16:02:50 +02:00
#201 - Fix filename overflow
This commit is contained in:
@@ -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>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user