diff options
| author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-25 12:51:59 -0400 |
|---|---|---|
| committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-25 12:51:59 -0400 |
| commit | f55dd40423b85efcdfbae1dd037743de9f6f15c4 (patch) | |
| tree | 16d6b6adfd2501a9fb1fa54e914f40c4481f9125 /src/client/views/presentationview/PresentationView.scss | |
| parent | 3d5884541db27dca38dac25b773a0eae7451a57f (diff) | |
Some Preview Shown. Css left
Diffstat (limited to 'src/client/views/presentationview/PresentationView.scss')
| -rw-r--r-- | src/client/views/presentationview/PresentationView.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresentationView.scss b/src/client/views/presentationview/PresentationView.scss index b8b4f23c4..c2d064941 100644 --- a/src/client/views/presentationview/PresentationView.scss +++ b/src/client/views/presentationview/PresentationView.scss @@ -19,12 +19,14 @@ -ms-user-select: none; user-select: none; transition: all .1s; + max-height: 250px; .jsx-parser { height: 300px; - width: 400px; + //width: 400px; margin-top: 20px; } + } .presentationView-item-above { |
