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