/* Fix Posts Table Pro v4 layout */
.ptp-dataview {
    width: 100% !important;
    overflow-x: auto !important;
}

.ptp-dataview .barn2-dataview {
    width: 100% !important;
}

.ptp-dataview .data-view {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.ptp-dataview table {
    width: 100% !important;
    table-layout: auto !important;
}