nexttravel / ibetu

Tipster APP & WEB
0 stars 0 forks source link

[ Tip.html / Tip.css ] height of comment_row not changed automatically #2

Open haeinkang opened 5 years ago

haeinkang commented 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;*/
}