kgabryje commented on PR #25087:
URL: https://github.com/apache/superset/pull/25087#issuecomment-1695592193
Judging by this CSS wrapping the filter name:
```
export const FilterName = styled.span`
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
`;
```
I think the intention was to only display 1 line of filter's name and
truncate the rest. Maybe we should fix the bug by ensuring that filter name
respects its parent's width instead of removing truncation?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]