fix broken wrapping on some commit & repo pages
This commit is contained in:
parent
a11787b18d
commit
50e7dcaac3
1 changed files with 4 additions and 2 deletions
|
@ -57,11 +57,13 @@ p {
|
|||
font-weight: 800;
|
||||
font-size: 4.5rem;
|
||||
line-height: 1em;
|
||||
margin-bottom: 0.1em;
|
||||
}
|
||||
|
||||
.issue .title {
|
||||
display: flex;
|
||||
column-gap: 0.25em;
|
||||
line-height: 1em;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 0.1em;
|
||||
}
|
||||
|
||||
.repo .title {
|
||||
|
|
Loading…
Reference in a new issue