aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2024-01-12 12:56:09 -0500
committersrichman333 <sarah_n_richman@brown.edu>2024-01-12 12:56:09 -0500
commit923b0d20cd95311122ec5886698b3fb2dfadb882 (patch)
tree33830655101aa3666cd55cd1c0f541ef010df730 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss
parent3c6bef03e9f1cd019130056b83493c1c4e9ce0e1 (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.scss6
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;