aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/assets/components/Body.jsx
diff options
context:
space:
mode:
authorKurkó Mihály <kurkomisi@users.noreply.github.com>2018-07-16 15:43:58 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-07-16 15:43:58 +0800
commiteb7f901289dce3f9fe3341da8c0b938ea839f79d (patch)
tree6bf2fe8ca9fe4904ac8f0c29fea5e9e545219798 /dashboard/assets/components/Body.jsx
parentdb5e403afedffb435f001e071ac2a39ccc3e6480 (diff)
downloaddexon-eb7f901289dce3f9fe3341da8c0b938ea839f79d.tar.gz
dexon-eb7f901289dce3f9fe3341da8c0b938ea839f79d.tar.zst
dexon-eb7f901289dce3f9fe3341da8c0b938ea839f79d.zip
dashboard: fix CSS, escape special HTML chars, clean up code (#17167)
* dashboard: fix CSS, escape special HTML chars, clean up code * dashboard: change 0 to 1 * dashboard: add escape-html npm package
Diffstat (limited to 'dashboard/assets/components/Body.jsx')
-rw-r--r--dashboard/assets/components/Body.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/assets/components/Body.jsx b/dashboard/assets/components/Body.jsx
index abf8c2f0e..da9f96839 100644
--- a/dashboard/assets/components/Body.jsx
+++ b/dashboard/assets/components/Body.jsx
@@ -27,7 +27,7 @@ const styles = {
body: {
display: 'flex',
width: '100%',
- height: '100%',
+ height: '92%',
},
};