aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-03-23 19:18:33 -0400
committerbobzel <zzzman@gmail.com>2023-03-23 19:18:33 -0400
commite4e1e346d2d0959336406edfda79c46b45787d25 (patch)
tree412e79dce8d34718737af8c6f01bd7bef5d6a531 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss
parent8cbe8e5a1375e9e762b4893a2af71e4b2d22f11d (diff)
got rid of right resizer in schema view columns
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
index 55f320f14..769afbbf6 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
@@ -133,13 +133,6 @@
}
}
- .schema-column-resizer.right {
- margin-left: 5px;
- align-self: flex-end;
- background-color: red;
- display: none;
- }
-
.schema-column-resizer.left {
min-width: 5px;
transform: translate(-3px, 0px);