.questionAnswerList { width: 100%; height: 100%; background: #FFFFFF; border-radius: @border-radius-base; } .applicationList { width: 100%; height: 400px; padding-top: 10px; } .card{ padding: 20px; border: 1px solid @border-color; border-radius: @border-radius-base; height: 200px; overflow: auto; } .card:hover{ border-color:@primary-color ; } .desc { height: 35px; overflow: auto; } .info-head { width: 100%; height: 35%; }