mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-12 19:54:04 +09:00
Update JS and PY deps (#35191)
Some checks failed
Some checks failed
- Updated all dependencies - Fixed new CSS lint errors, specifically tested the RepoActivityTopAuthors.vue change - Regenerated SVGs
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user