FOUR-7854: Fix Ellipse styling for Process Templates #4670
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue & Reproduction Steps
Currently, the template configurations dropdown menu is displayed with the first template cut off. To reproduce the issue, follow these steps:
Current Behavior
The menu buttons are cut off and not fully visible.
Expected Behavior
All menu buttons should be fully visible and accessible to the user.
Solution
To resolve this issue, we needed to add the missing styling to the process-templates-table to properly display the dropdown menu.
How to Test
To test the solution, please follow the reproduction steps above after the styling update has been implemented. You should be able to see all the menu buttons without any issues.
Code Review Checklist