plotly/dash-table

"filter data..." text overlaps case insensitive icon

AnnMarieW opened this issue · 0 comments

This is how it looks now with the text overlapping the icon when the column width is narrow:

filter_icon

It's an easy fix: added 15px of left margin here:
https://github.com/plotly/dash-table/blob/dev/src/dash-table/components/Table/Table.less#L480
filter_icon_fix