Skip to content

Commit

Permalink
[timeseries][ExecutionLogs] Constant refresh on small screens fix (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
vguerci authored Feb 10, 2020
1 parent a24a7b0 commit 8e08b7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion timeseries/src/main/javascript/app/pages/ExecutionLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,8 @@ const styles = {
},
data: {
display: "flex",
flex: "1"
flex: "1",
minWidth: "800px"
},
noData: {
flex: "1",
Expand Down

0 comments on commit 8e08b7c

Please sign in to comment.