.manageCustomDimensions {

    .dataTable {
        max-width: 1000px;
    }

    p, pre {
        max-width: 1000px;
    }

    th.action, td.action {
        a {
            color: black;
        }
    }

    .index {
        width: 100px;
    }

    .extractions, .active, th.action, td.action {
        width: 150px;
    }
}
