Skip to content

BV OSC Table CSS by stylesuserx

Details

Authorstylesuserx

LicenseNo License

Categoryonesourceconnect

Created

Updated

Code size919 B

Code checksum37817e14

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Maximize table attempts and reduce context operations

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         OSC Table CSS
@version      202504231644
@namespace    https://userstyles.world/user/stylesuserx
@description  Maximize table attempts and reduce context operations
@author       stylesuserx
@license      No License
==/UserStyle== */
@-moz-document regexp("https://([^.]+\\.)?onesourceconnect\\.com/.*") {
    div.ant-table-content > table {
        width: auto !important;
        min-width: 100% !important;
        table-layout: fixed !important;
    }

    .ant-table-body > table {
        width: 100% !important;
        table-layout: unset !important;
    }

    /* SC Table */
    [class^="index_TextOverflowWrapper_"] {
        max-width: min-content !important;
    }

    /* TC Table
    col[name^="el-table_1"] {
        width: unset !important;
    }
    
    */
    /*
    .ant-table table {
        width: auto !important;
        min-width: 100% !important;
    }
    */
}

Reviews

No reviews yet.