add top margin after wrapping css code example
Example 1: adding tr margin bottom
tr{
display: flex;
margin-bottom: 10px;
}
th{
width: 100%;
}
Example 2: stop wrap css
white-space: nowrap;
tr{
display: flex;
margin-bottom: 10px;
}
th{
width: 100%;
}
white-space: nowrap;