Merge pull request #972 from benalleng/issue923
Allow links to be fit to their content on the homepage
This commit is contained in:
commit
3730b89667
|
@ -35,6 +35,7 @@ a.title:visited {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
flex: 1 0 128px;
|
flex: 1 0 128px;
|
||||||
|
max-width: fit-content;
|
||||||
margin-bottom: .15rem;
|
margin-bottom: .15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue