mirror of https://github.com/chaitin/PandaWiki.git
Long file names in the document list were causing the layout to break. This change applies CSS properties (overflow: hidden, white-space: nowrap, text-overflow: ellipsis) to the component responsible for displaying file names, ensuring that long names are truncated with an ellipsis instead of causing misalignment. This addresses issue #30. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||