fix title overflow on firefox

This commit is contained in:
jeffvli
2026-01-08 23:50:38 -08:00
parent b5dbb30b02
commit 0e41144a10
3 changed files with 3 additions and 3 deletions
@@ -1,7 +1,7 @@
.name-container {
display: -webkit-inline-box;
align-self: flex-start;
width: fit-content;
width: 100%;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
@@ -19,7 +19,7 @@
.title {
display: inline-block;
width: fit-content;
width: 100%;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
@@ -52,7 +52,7 @@
.line-item {
display: inline-block;
width: fit-content;
width: 100%;
max-width: 20vw;
overflow: hidden;
text-overflow: ellipsis;