enforce breaking long titles to avoid ruining the grid layout

This commit is contained in:
Christoph Haas 2025-06-08 20:22:34 +02:00
parent 3f23d66ea9
commit 892b298bf7
2 changed files with 6 additions and 0 deletions

View file

@ -7155,6 +7155,8 @@ a.black {
.pkgcard .pkgname {
font-size: 120%;
padding: 10px;
word-break: break-word;
overflow-wrap: anywhere;
}
.pkgcard.unapproved {

View file

@ -575,6 +575,10 @@ a.black
.pkgname {
font-size: 120%;
padding: 10px;
// enforce breaking long words
word-break: break-word;
overflow-wrap: anywhere;
}
// width: 100%;
margin-bottom: 20px;