Merge pull request #972 from benalleng/issue923

Allow links to be fit to their content on the homepage
This commit is contained in:
Keyan 2024-03-26 11:00:56 -05:00 committed by GitHub
commit 3730b89667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ a.title:visited {
overflow: hidden;
text-overflow: ellipsis;
flex: 1 0 128px;
max-width: fit-content;
margin-bottom: .15rem;
}
@ -220,4 +221,4 @@ a.link:visited {
.skeleton .otherItemLonger {
width: 60px;
}
}