i am using table for displaying my dynamically generated data depend upon the user input the html structure is looks like below:
-
2020-12-08 05:33
I solved the problem adding display: block;
.table td div {
position:absolute;
display:block;
}
in your case: