Make logs, trace and watch have fixed height (#333)

This commit is contained in:
Daniel Valdivia
2020-10-20 09:06:23 -07:00
committed by GitHub
parent f6ac7e047e
commit 78884e3806
4 changed files with 96 additions and 73 deletions

File diff suppressed because one or more lines are too long

View File

@@ -31,7 +31,7 @@ const styles = (theme: Theme) =>
createStyles({
logList: {
background: "white",
maxHeight: "400px",
height: "400px",
overflow: "auto",
"& ul": {
margin: "4px",

View File

@@ -31,7 +31,7 @@ const styles = (theme: Theme) =>
createStyles({
logList: {
background: "white",
maxHeight: "400px",
height: "400px",
overflow: "auto",
"& ul": {
margin: "4px",

View File

@@ -32,7 +32,7 @@ const styles = (theme: Theme) =>
createStyles({
watchList: {
background: "white",
maxHeight: "400px",
height: "400px",
overflow: "auto",
"& ul": {
margin: "4px",