.addTableContentHeight{
    height: 300px;
}
@media screen and (max-height: 900px) {
    .addTableContentHeight{
        height: 150px;
    }
}


