Empty <td data-label="Test"></td> breaks table layout #101
Comments
A hack to fix this is to add a |
I was literally writing about I am also tagging this as |
Maybe setting a minimum default height for the rows will fix the issue. |
@anselal that sounds like a plausible solution. You could give it a try and, if it works, you could open a PR? |
I will give it a quick try but I don't promise anything since I am not familiar with scss yet |
@anselal try it in CSS in a Codepen or something. If it works, I will patch up the SCSS myself and release it immediately. Sorry for not looking into it right away, I have a college assignment that is due in two days and time is extremely limited till tomorrow. |
Hi there, I was reading about table formatting with css and stepped into a property which maybe is a better solution than the one o proposed earlier. Are you aware of the css property |
No, I have never seen this before. In fact, Can I use... does not even find it if I search for it. W3Schools mentions it is CSS2 so it should be supported well enough. I will look into it and see if it's any better than the existing solution. Thanks for the heads up! |
I noticed that when the
<td>
is empty and we have specified a data-label then the table layout breaks at that point. In the attached screenshot the "td 3' is empty.The text was updated successfully, but these errors were encountered: