﻿@media (max-width: 768px) {

    .dxgvADHTR:has(> .hide-header-mobile) {
        display: none;
    }

    .contentPane{
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .mobile-p-0{
        padding: 0px !important;
    }
    .dxgvADCC {
        max-width: 10rem;
        white-space: break-spaces !important
        /*white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;*/
    }
}
