diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-05-02 01:12:03 -0400 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-05-02 01:12:03 -0400 |
commit | 70ccd8f3da9b97a0812514247385cc9eb3ce49d0 (patch) | |
tree | 4305fd02b647b05d18de015ee0e91d323a3a181e | |
parent | 847a65ba1f21d7751ff4839048cffb32dd952bb1 (diff) |
thick borders between colheaders fixed
-rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss index ac0bd2378..621d3691d 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss @@ -176,12 +176,12 @@ } } - .schema-column-resizer.left { + /*.schema-column-resizer.left { min-width: 5px; transform: translate(-3px, 0px); align-self: flex-start; background-color: $medium-gray; - } + }*/ // creates awkward thick gray borders between colheaders } .schema-header-menu { |