aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2022-11-21 12:38:37 -0500
committermehekj <mehek.jethani@gmail.com>2022-11-21 12:38:37 -0500
commit73d3c63658c4bdf3268ea81a02eb96566869b855 (patch)
treed59e63d7e22a093f2cb3cc1b734bbb0aadd69ee9 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss
parenta58e71a9eea2717151e1a8c73e27068b02256390 (diff)
column deletion and new key menu fixes
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.scss13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
index 99f49eb0e..4fa5d80e2 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
@@ -78,6 +78,15 @@
align-items: flex-start;
}
+ .schema-new-key-options {
+ margin: 10px;
+ .schema-key-warning {
+ color: red;
+ font-weight: normal;
+ align-self: center;
+ }
+ }
+
.schema-key-list {
width: 100%;
max-height: 300px;
@@ -85,7 +94,7 @@
}
.schema-key-type-option {
- margin: 2px 10px;
+ margin: 2px 0px;
input {
margin-right: 5px;
@@ -93,7 +102,7 @@
}
.schema-key-default-val {
- margin: 5px 10px;
+ margin: 5px 0;
}
.schema-column-menu-button {