aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/detailed-node-info-box/detailed-node-info-box.styl
diff options
context:
space:
mode:
Diffstat (limited to 'ui/imports/ui/components/detailed-node-info-box/detailed-node-info-box.styl')
-rw-r--r--ui/imports/ui/components/detailed-node-info-box/detailed-node-info-box.styl8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/imports/ui/components/detailed-node-info-box/detailed-node-info-box.styl b/ui/imports/ui/components/detailed-node-info-box/detailed-node-info-box.styl
index d51b393..e49ea6e 100644
--- a/ui/imports/ui/components/detailed-node-info-box/detailed-node-info-box.styl
+++ b/ui/imports/ui/components/detailed-node-info-box/detailed-node-info-box.styl
@@ -9,6 +9,7 @@
flex: 1;
display: flex;
flex-flow: column nowrap;
+ overflow: auto;
.sm-info-title
color: #0a9ad7;
@@ -31,3 +32,10 @@
color: black;
font-weight: bold;
+ .sm-info-json
+ >.cl-label
+ color: black;
+ font-weight: bold;
+
+ >.cl-data
+ white-space: pre;