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 101101 "font-awesome" : " https://github.com/FortAwesome/Font-Awesome/archive/v4.4.0.tar.gz" ,
102102 "get-object-path" : " azer/get-object-path#74eb42de0cfd02c14ffdd18552f295aba723d394" ,
103103 "hadron-action" : " ^0.1.0" ,
104- "hadron-app-registry" : " ^1.10.0 " ,
104+ "hadron-app-registry" : " ^1.10.1 " ,
105105 "hadron-auto-update-manager" : " ^0.0.12" ,
106106 "hadron-compile-cache" : " ^0.3.0" ,
107107 "hadron-document" : " ^0.25.0" ,
Original file line number Diff line number Diff line change @@ -64,9 +64,23 @@ ol.document-list {
6464 }
6565 }
6666
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+
6779 // add quotes for strings before and after, and some basic type coloring
6880 .document-property.string > .document-property-value {
6981 color : steelblue ;
82+ white-space : pre-line ;
83+ word-break : break-all ;
7084 & ::before {
7185 content : " \" " ;
7286 }
You can’t perform that action at this time.
0 commit comments