workhench.htmlのhead内に以下を追記したら
ファイル名とディレクトリ名を2段に分けることができた

<style>
.monaco-icon-label-description-container {
display: flex;
flex-direction: column;
}
</style>