plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 74 forks source link

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

Closed AnnMarieW closed 2 years ago

AnnMarieW commented 2 years ago

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