PandaWiki/web
google-labs-jules[bot] e94b4dfeda Fix: Prevent UI misalignment caused by long file names
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.
2025-05-22 13:52:03 +00:00
..
public feat(fe): 编辑器优化功能 2025-05-16 11:20:18 +00:00
src Fix: Prevent UI misalignment caused by long file names 2025-05-22 13:52:03 +00:00
.gitignore chore: init 2025-05-16 02:55:53 +00:00
eslint.config.js chore: init 2025-05-16 02:55:53 +00:00
index.html chore: init 2025-05-16 02:55:53 +00:00
package.json feat(fe): 编辑器优化功能 2025-05-16 11:20:18 +00:00
pnpm-lock.yaml feat(fe): 编辑器优化功能 2025-05-16 11:20:18 +00:00
tsconfig.app.json chore: init 2025-05-16 02:55:53 +00:00
tsconfig.json chore: init 2025-05-16 02:55:53 +00:00
tsconfig.node.json chore: init 2025-05-16 02:55:53 +00:00
vite.config.ts chore: init 2025-05-16 02:55:53 +00:00