diff options
author | Kurkó Mihály <kurkomisi@users.noreply.github.com> | 2018-07-16 15:43:58 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-07-16 15:43:58 +0800 |
commit | eb7f901289dce3f9fe3341da8c0b938ea839f79d (patch) | |
tree | 6bf2fe8ca9fe4904ac8f0c29fea5e9e545219798 /dashboard/assets/components/Body.jsx | |
parent | db5e403afedffb435f001e071ac2a39ccc3e6480 (diff) | |
download | go-tangerine-eb7f901289dce3f9fe3341da8c0b938ea839f79d.tar go-tangerine-eb7f901289dce3f9fe3341da8c0b938ea839f79d.tar.gz go-tangerine-eb7f901289dce3f9fe3341da8c0b938ea839f79d.tar.bz2 go-tangerine-eb7f901289dce3f9fe3341da8c0b938ea839f79d.tar.lz go-tangerine-eb7f901289dce3f9fe3341da8c0b938ea839f79d.tar.xz go-tangerine-eb7f901289dce3f9fe3341da8c0b938ea839f79d.tar.zst go-tangerine-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.jsx | 2 |
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%', }, }; |