CSIT Fix for SDC-2585
[sdc.git] / catalog-ui / src / app / view-models / workspace / tabs / information-artifacts / information-artifacts.less
1 .workspace-information-artifact {
2     width: 93%;
3     display: inline-block;
4     .w-sdc-classic-btn {
5         float: right;
6         margin-bottom: 10px;
7     }
8
9     .table{
10         height: 490px;
11         margin-bottom: 0;
12     }
13
14     .table-container-flex {
15         margin-top: 0;
16
17         .item-opened{
18             word-wrap: break-word;
19         }
20
21         .text{
22             overflow: hidden;
23             text-overflow: ellipsis;
24             display: inline-block;
25             white-space: nowrap;
26         }
27
28         .flex-item:nth-child(1) {
29             flex-grow: 15;
30             .hand;
31             span.table-arrow {
32                 margin-right: 7px;
33             }
34         }
35
36         .flex-item:nth-child(2) {
37             flex-grow: 6;
38         }
39
40         .flex-item:nth-child(3) {
41             flex-grow: 3;
42         }
43
44         .flex-item:nth-child(4) {
45             flex-grow: 20;
46         }
47
48         .flex-item:nth-child(5) {
49             flex-grow: 5;
50             padding-top: 10px;
51         }
52
53     }
54
55 }
56
57