diff options
| author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-02-22 00:47:01 -0500 |
|---|---|---|
| committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-02-22 00:47:01 -0500 |
| commit | 5eea93139bf95f761ef1511fd356c853346cc201 (patch) | |
| tree | 37a49c5b0f972e7ded9cc1759604098309a6aa91 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss | |
| parent | 6347450d819adad872eab40737b2c72200c5e675 (diff) | |
| parent | d04821dee28fdecda33ff7773dd5a1567202842c (diff) | |
Merge branch 'master' into alyssa-starter
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss index 29491569a..fed4e89cf 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss @@ -18,17 +18,21 @@ .schema-add { position: relative; - height: 30; + height: 35; display: flex; align-items: center; + top: -10px; width: 100%; text-align: right; background: lightgray; .editableView-container-editing { width: 100%; + height: 35px; + margin: 20px; } .editableView-input { width: 100%; + margin: 20px; float: right; text-align: right; background: yellow; |
