diff options
author | bobzel <zzzman@gmail.com> | 2020-08-25 09:16:15 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-25 09:16:15 -0400 |
commit | 0c01e7e4a4b32336268da2ff63972cb3806b49a1 (patch) | |
tree | 9474902768c78b72c418541de82620ddd60b4bd7 | |
parent | a29a053807d9eae26f379b55843659ab18fb1113 (diff) |
fixed schema view column sizing
-rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index c2fb267cf..75bf6610e 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -424,7 +424,7 @@ button.add-column { .row-dragger { display: flex; justify-content: space-around; - flex: 50 0 auto; + //flex: 50 0 auto; width: 0; max-width: 50px; height: 100%; |