aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-02-21 21:10:20 -0500
committerGitHub <noreply@github.com>2024-02-21 21:10:20 -0500
commitd04821dee28fdecda33ff7773dd5a1567202842c (patch)
tree37a49c5b0f972e7ded9cc1759604098309a6aa91 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss
parent158c977c8f69175acf5750cee580a31410f4bba4 (diff)
parent89bb6c977e57f696fd96e9e79bcb44840b20cb49 (diff)
Merge pull request #295 from brown-dash/data-visualization-sarah
Data visualization Sarah
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 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;