feat(FN-670): fix list view title column width

- Add width: 100% to .list-cell-title CSS class
- Ensures title column expands to fill available space in list view
- Apply fix in both default and responsive media query sections
This commit is contained in:
gsxdsm
2026-03-31 23:44:51 -07:00
parent 6d4221f5f2
commit 4ef12b36b7

View File

@@ -4905,6 +4905,7 @@ body {
}
.list-cell-title {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@@ -5164,6 +5165,7 @@ body {
}
.list-cell-title {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;