diff options
Diffstat (limited to 'src')
-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%; |