0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-09-24 19:44:25 -04:00

Fix file tree issues (#33916)

This commit is contained in:
Kerwin Bryant
2025-03-17 22:55:15 +08:00
committed by GitHub
parent 9d89dfe142
commit e1feb438a4
3 changed files with 3 additions and 4 deletions

View File

@@ -285,7 +285,6 @@
.markup table {
display: block;
width: 100%;
width: max-content;
max-width: 100%;
overflow: auto;
}