File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 103
103
}
104
104
105
105
& .schema-field-basic {
106
- min-height : 141px ;
106
+ // min-height: 141px;
107
+ margin : 24px 0 ;
107
108
}
108
109
109
110
& .schema-field-object , & .schema-field-array {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module.exports = function(opts) {
36
36
var height = opts . height - margin . top - margin . bottom ;
37
37
var el = opts . el ;
38
38
39
- var barcodeTop = Math . floor ( height / 2 + 10 ) ;
39
+ var barcodeTop = Math . floor ( height / 2 + 15 ) ;
40
40
var barcodeBottom = Math . floor ( height - 10 ) ;
41
41
42
42
var barcodeX = d3 . time . scale ( )
@@ -45,7 +45,7 @@ module.exports = function(opts) {
45
45
46
46
var upperBarBottom = height / 2 - 20 ;
47
47
var upperRatio = 2.5 ;
48
- var upperMargin = 15 ;
48
+ var upperMargin = 20 ;
49
49
50
50
// group by weekdays
51
51
var weekdayLabels = moment . weekdays ( ) ;
You can’t perform that action at this time.
0 commit comments