html table tr th flex code example
Example: make td match display flex
/* Create a div inside the td */
td.to-flex {
border: 1px solid #000;
}
td.to-flex div {
display: flex;
justify-content: space-between;
}
/* Create a div inside the td */
td.to-flex {
border: 1px solid #000;
}
td.to-flex div {
display: flex;
justify-content: space-between;
}