File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
55
}
56
56
.vp-ds-data-box {
57
57
width : 100% ;
58
- height : 160 px ;
58
+ height : 150 px ;
59
59
align-content : baseline;
60
60
align-items : center;
61
61
}
62
62
.vp-ds-type-box ,
63
63
.vp-ds-variable-box {
64
64
border : 0.25px solid var (--border-gray-color );
65
- height : 160 px ;
65
+ height : 150 px ;
66
66
grid-row-gap : 0px ;
67
67
align-content : baseline;
68
68
}
90
90
margin-top : 10px ;
91
91
}
92
92
.vp-ds-option-inner-box {
93
- height : calc (100% - 30 px );
93
+ height : calc (100% - 35 px );
94
94
}
95
95
.vp-ds-df-option-box {
96
96
height : 100% ;
Original file line number Diff line number Diff line change 8
8
< div class ="vp-inner-popup-close " title ="Close data selector "> </ div >
9
9
</ div >
10
10
< div class ="vp-inner-popup-body vp-scrollbar ">
11
- < div class ="vp-grid-col-p50 ">
11
+ < div class ="vp-grid-col-p50 mb5 ">
12
12
< label class ="vp-bold "> Type</ label >
13
13
< label class ="vp-bold "> Data</ label >
14
14
</ div >
22
22
</ div >
23
23
< div class ="vp-ds-option-box ">
24
24
< label class ="vp-bold "> Option Page</ label >
25
- < div class ="vp-ds-option-inner-box ">
25
+ < div class ="vp-ds-option-inner-box mt5 ">
26
26
27
27
</ div >
28
28
</ div >
You can’t perform that action at this time.
0 commit comments