
/* Breakpoints */
@media (min-width: 322px) {
    #DeploymentReportGridContainer {
        max-height: 330px !important;
    }
    #SpfxAppDeploymentReportGridContainer {
        max-height: 330px !important;
    }
}

@media (min-width: 576px) {
    #DeploymentReportGridContainer {
        max-height: 330px !important;
    }
    #SpfxAppDeploymentReportGridContainer {
        max-height: 330px !important;
    }
}

@media (min-width: 768px) {
    #DeploymentReportGridContainer{
        max-height:330px!important;
    }
    #SpfxAppDeploymentReportGridContainer {
        max-height: 430px !important;
    }
}

@media (min-width:992px) {
    #DeploymentReportGridContainer {
        max-height: 550px !important;
    }
    #SpfxAppDeploymentReportGridContainer {
        max-height: 550px !important;
    }
}

@media (min-width: 1199px) {
    #SpfxAppDeploymentReportGridContainer {
        max-height: 650px !important;
    }
    #DeploymentReportGridContainer {
        max-height: 650px !important;
    }
}