aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-06-18 15:27:01 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-06-18 15:27:01 -0500
commitb0d3aa2fff87cdaeb4308c278b248f2d11cc043e (patch)
tree6265c57836cab477c2b8bb782f6cd9317ee1c521 /src/client/views/collections/CollectionSchemaView.scss
parentff53019e6a801954b3798c09f01e893a1528c82f (diff)
doc opening button
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 5a4e1aa58..50971420d 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -413,6 +413,17 @@ button.add-column {
display: block;
}
+
+ .collectionSchemaView-cellContents-document {
+ display: inline-block;
+ }
+
+ .collectionSchemaView-cellContents-docButton {
+ float: right;
+ width: "15px";
+ height: "15px";
+ }
+
.collectionSchemaView-dropdownWrapper {
border: grey;