diff options
author | bobzel <zzzman@gmail.com> | 2020-10-03 09:49:54 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-10-03 09:49:54 -0400 |
commit | 201824c363f38ba968d612d5ebffc7652e4d4248 (patch) | |
tree | 172eb6da4aec24ec590443542a4ce17a8eba6ab4 /src | |
parent | 4fc4085dffc44f96e1f118df3a6f163f51c93d76 (diff) |
style fix for schema view to see dropdown list items in a cell
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 8d2f645d9..b0b5f995a 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -500,7 +500,7 @@ button.add-column { border: grey; border-style: solid; border-width: 1px; - height: 100%; + height: 30px; .collectionSchemaView-dropdownButton { |