css: fix table overflow
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M static/style.css → static/style.css
@@ -258,6 +258,7 @@ grid-template-columns: 1rem minmax(0, 1fr); gap: 1rem; padding: 0.5rem; background: var(--light-gray); + overflow-x: auto; } .file-content {