Open haeinkang opened 5 years ago
I set min-height: 80px; height: auto; But height of commnet_row not changed automatically.
.comment_row{ position: relative; width: 100%; min-height: 80px; height: auto; /*border: solid .5px;*/ }
I set min-height: 80px; height: auto; But height of commnet_row not changed automatically.