diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-24 22:48:46 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-24 22:48:46 -0400 |
| commit | e9f5a7a005ce24e85bc2b97157bd2da416c786b9 (patch) | |
| tree | 44255cfefcd878f4d72af00119e317b36d646d1c /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | |
| parent | ab78fa317bdbcf6fcbceb35586604d90c7277446 (diff) | |
| parent | d344bb81c43820d606655a4f78dbaedc66ab3638 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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; |
