Skip to content

Commit

Permalink
Sets min height and min width of all viewers to 80% when fullscreen (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjbauer authored and k8s-ci-robot committed Nov 9, 2018
1 parent 74f2a13 commit 8c2110d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/PlotCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ const css = stylesheet({
fullscreenDialog: {
alignItems: 'center',
justifyContent: 'center',
maxHeight: '80%',
maxWidth: '80%',
minHeight: '80%',
minWidth: '80%',
padding: 20,
},
fullscreenViewerContainer: {
Expand Down

0 comments on commit 8c2110d

Please sign in to comment.