diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2024-01-12 12:56:09 -0500 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2024-01-12 12:56:09 -0500 |
| commit | 923b0d20cd95311122ec5886698b3fb2dfadb882 (patch) | |
| tree | 33830655101aa3666cd55cd1c0f541ef010df730 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss | |
| parent | 3c6bef03e9f1cd019130056b83493c1c4e9ce0e1 (diff) | |
live schema toggle works on refresh
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 02131ae22..da9da8fbe 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; |
