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