diff options
author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-24 20:50:13 -0400 |
---|---|---|
committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-24 20:50:13 -0400 |
commit | 1bb4cc79000b6d7c3a3fc137926e754877bf1dce (patch) | |
tree | b9c81eea871fb08e087ff75a27e5748e69ed95ef /src | |
parent | d55496fda9b8eb950d807bdb3e561d932719e92c (diff) |
some style
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/presentationview/PresentationView.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresentationView.scss b/src/client/views/presentationview/PresentationView.scss index 56c8beba5..392ec1fb7 100644 --- a/src/client/views/presentationview/PresentationView.scss +++ b/src/client/views/presentationview/PresentationView.scss @@ -21,7 +21,8 @@ transition: all .1s; .jsx-parser { - height: auto; + height: 300px; + width: 400px; } } |