File size: 360 Bytes
da96562
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.manageCustomDimensions {

    .dataTable {
        max-width: 1000px;
    }

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

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

    .index {
        width: 100px;
    }

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