satr / intellij-idea-plugin-connector-for-aws-lambda

The plugin for the IntelliJ IDEA: connector for AWS Lambda functions.
MIT License
14 stars 4 forks source link

Reduce the width of the json-files name dropdown #8

Open satr opened 6 years ago

satr commented 6 years ago
  1. Open a json-file with a test input:
    • input text field is populated with its content
    • a file name is added to a dropdown "Recent" Expected result: the dropdown does not affect the form width Actual result: dropdown contains the long path for the file, thereby the width of the dropdown and its parent form enlarges to much

Suggested fix - implement siilar approach as for role list in the function configuration form