diff options
| author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-24 18:58:00 -0400 |
|---|---|---|
| committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-24 18:58:00 -0400 |
| commit | d55496fda9b8eb950d807bdb3e561d932719e92c (patch) | |
| tree | 74aab4c0c8722999df4a0877a01730c5b3605765 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | |
| parent | 7844debd9862b15d2b36bf9ce1efb3274616a313 (diff) | |
| parent | 6a296f80672c7e9d0f9c634baed7dc488426de0b (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into presentation-preview-mohammad
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss index 00407d39a..cca199afa 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss @@ -19,6 +19,11 @@ transform-origin: left top; } +.collectionFreeform-customText { + position: absolute; + text-align: center; +} + .collectionfreeformview-container { .collectionfreeformview>.jsx-parser { position: inherit; |
