fix broken wrapping on some commit & repo pages

This commit is contained in:
hazycora 2023-08-03 07:30:13 -05:00
parent a11787b18d
commit 50e7dcaac3
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E

View file

@ -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 {