kkucharc opened a new pull request #12498: URL: https://github.com/apache/superset/pull/12498
### SUMMARY In dashboard's edit mode menu with `delete` and `move` on left was cut by left end of page/browser. I made equal margin on both sides. The menu is closer the edited row. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF **Before:** Left margin was more narrow than right one. <img width="1341" alt="Screenshot 2021-01-13 at 17 47 17" src="https://user-images.githubusercontent.com/2536609/104482841-b6e13f00-55c7-11eb-83ed-2f1707cc5197.png"> Menu with `move` and `delete` in dashboard edit was truncated: <img width="969" alt="Screenshot 2021-01-13 at 17 47 37" src="https://user-images.githubusercontent.com/2536609/104482812-ad57d700-55c7-11eb-92eb-2f8656ec05f0.png"> **After:** _Without native filters:_ Preview mode:  Edit mode:  _With native filters:_ Preview mode:  Edit mode:  ### TEST PLAN 1. Go to any dashboard and check margins 1a. Go to edit mode of dashboard and try edit row of dashboard (on left there will be icon to delete or to move chart) To test native filters: Go to `supserset/config.py` and change `"DASHBOARD_NATIVE_FILTERS": False,` -> `"DASHBOARD_NATIVE_FILTERS": True,` ### ADDITIONAL INFORMATION - [x] Has associated issue: close: #12481 - [ ] Changes UI - [ ] Requires DB Migration. - [ ] Confirm DB Migration upgrade and downgrade tested. - [ ] Introduces new feature or API - [ ] Removes existing feature or API cc: @agatapst Can you take a look? I made some changes in your code. cc: @junlincc @adam-stasiak ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
