1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-25 19:08:28 +00:00

Update JS and PY deps (#35191)

- Updated all dependencies
- Fixed new CSS lint errors, specifically tested the
RepoActivityTopAuthors.vue change
- Regenerated SVGs
This commit is contained in:
silverwind
2025-08-01 09:24:26 +02:00
committed by GitHub
parent e01c921ee4
commit e7d6f74450
12 changed files with 839 additions and 888 deletions

View File

@@ -20,7 +20,7 @@
background: var(--color-card);
border: 1px solid var(--color-secondary);
box-shadow: none;
word-wrap: break-word;
overflow-wrap: break-word;
border-radius: var(--border-radius);
}

View File

@@ -83,6 +83,6 @@
.ui.comments .comment .text {
margin: 0.25em 0 0.5em;
font-size: 1em;
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.3;
}