enforce breaking long titles to avoid ruining the grid layout
This commit is contained in:
parent
3f23d66ea9
commit
892b298bf7
2 changed files with 6 additions and 0 deletions
|
|
@ -7155,6 +7155,8 @@ a.black {
|
|||
.pkgcard .pkgname {
|
||||
font-size: 120%;
|
||||
padding: 10px;
|
||||
word-break: break-word;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.pkgcard.unapproved {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue