diff options
author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-06-25 13:16:45 -0400 |
---|---|---|
committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-06-25 13:16:45 -0400 |
commit | 64ffa0accfc872c81035079527952aabaf56c6f6 (patch) | |
tree | f6a6c816fa6ef5821d7b54c260244b422d34ac47 /src | |
parent | e18662f2fa9e1d3dd1b0eb3b5531092258d05972 (diff) |
Small Css Fix On weight
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/presentationview/PresentationView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/presentationview/PresentationView.scss b/src/client/views/presentationview/PresentationView.scss index 5f2b80474..a35a5849b 100644 --- a/src/client/views/presentationview/PresentationView.scss +++ b/src/client/views/presentationview/PresentationView.scss @@ -47,6 +47,7 @@ padding-bottom: 3px; font-size: 25px; display: inline-block; + width: calc(100% - 160px); } .presentation-icon { |