File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 101
101
"font-awesome" : " https://github.com/FortAwesome/Font-Awesome/archive/v4.4.0.tar.gz" ,
102
102
"get-object-path" : " azer/get-object-path#74eb42de0cfd02c14ffdd18552f295aba723d394" ,
103
103
"hadron-action" : " ^0.1.0" ,
104
- "hadron-app-registry" : " ^1.10.0 " ,
104
+ "hadron-app-registry" : " ^1.10.1 " ,
105
105
"hadron-auto-update-manager" : " ^0.0.12" ,
106
106
"hadron-compile-cache" : " ^0.3.0" ,
107
107
"hadron-document" : " ^0.25.0" ,
Original file line number Diff line number Diff line change @@ -64,9 +64,23 @@ ol.document-list {
64
64
}
65
65
}
66
66
67
+ .document-property.string {
68
+ vertical-align : top ;
69
+ }
70
+
71
+ .document-property-key {
72
+ vertical-align : top ;
73
+ }
74
+
75
+ .document-property-colon {
76
+ vertical-align : top ;
77
+ }
78
+
67
79
// add quotes for strings before and after, and some basic type coloring
68
80
.document-property.string > .document-property-value {
69
81
color : steelblue ;
82
+ white-space : pre-line ;
83
+ word-break : break-all ;
70
84
& ::before {
71
85
content : " \" " ;
72
86
}
You can’t perform that action at this time.
0 commit comments