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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user