File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
containers/Tenant/Query/ExplainResult Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 47
47
& __inspector {
48
48
overflow-y : auto ;
49
49
50
- width : 100% ;
51
50
padding : 15px 20px ;
52
51
@include json-tree-styles ();
53
- & .json-inspector__leaf.json-inspector__leaf_root.json-inspector__leaf_composite {
54
- max-width : calc (100% - 50px );
55
- }
56
52
57
53
& _fullscreen {
58
54
padding : 10px ;
Original file line number Diff line number Diff line change 196
196
}
197
197
198
198
@mixin json-tree-styles {
199
+ width : 100% ;
200
+
201
+ word-wrap : break-word ;
202
+
199
203
// stylelint-disable
200
204
font-family : var (--g-font-family-monospace ) !important ;
201
205
font-size : var (--g-text-code-1-font-size ) !important ;
276
280
color : var (--g-color-text-primary );
277
281
}
278
282
}
283
+
284
+ & .json-inspector__leaf.json-inspector__leaf_root.json-inspector__leaf_composite {
285
+ max-width : calc (100% - 50px );
286
+ }
279
287
}
You can’t perform that action at this time.
0 commit comments