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
This commit is contained in:
committed by
Péter Szilágyi
parent
db5e403afe
commit
eb7f901289
@ -27,7 +27,7 @@ const styles = {
|
||||
body: {
|
||||
display: 'flex',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
height: '92%',
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user