feat: add max-width fit-content

This commit is contained in:
benalleng 2024-03-26 09:32:22 -04:00
parent dcc81c8b03
commit dc87594d92

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;
}