Parameter info icon misaligned in ParameterRecSeries or ParameterRecStruct (#1473) #1529
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.
Fixes #1473.
In May there was a major refactor that made the default height of the Collapse widget 32px, likely to fit some other place where Collapse is set, but it seems the Parameters should all be 24px in height. This caused the ParameterRecSeries and ParameterRecStruct to inherit the 32px height, which is inconsistent with the other parameters and then the info icon was then misaligned.
I can't really find where the height of parameters is set overall so I kept it at the level of ParameterRec but if you can pull this up one level higher we can pass the same height for all parameters widgets.
Right now other places, like Definition section, uses 32px height.
To test:
ParameterTest
Directive to the plan