Please update the view so the state name is fully visable.
Currently the state has a max width of 100px which cuts the end of the state off, even when you expand the column size the title itself doesn expand as highlighted below
CSS is set to
.Pill__truncated___20RLK.Pill__truncated___20RLK {
max-width: 100px;
overflow-x: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
Please increase the max-width.
Column Not Expanded | Column Expanded |
 |  |