
I'm building a tool that maintains a list of items in an HTML table inside of a Card component. Occasionally, after the list has grown beyond the bounds of the card and the card resizes, a horizontal line is left behind in the middle of the table. If I resize the browser window, the line disappears.
I'm experiencing this same issue, only I have a card component above a table and when I expand/collapse the card component I see a stray line divider in between the two components.
Material-UI: v0.15.0
React: 15.0.1
Browser: Electron 1.1.3 (Chrome 50.0.2661.102)
We have been porting the component on the v1-beta branch. We reimplemented it from the ground-up. While we haven't tested it, I think that the issue is most likely fixed on that branch. Hence, I'm closing it.
Still, we will accept PR fixes until v1-beta takes over the master branch.
Most helpful comment
I'm experiencing this same issue, only I have a card component above a table and when I expand/collapse the card component I see a stray line divider in between the two components.
Material-UI: v0.15.0
React: 15.0.1
Browser: Electron 1.1.3 (Chrome 50.0.2661.102)