Problem/Motivation
On the /admin/config/user-interface/text_resize form, "Minimum Line-Height" and "Maximum Line-Height" are presented even when the user has not checked "Allow Line-Height Adjustment"
Proposed resolution
Show "Minimum Line-Height" and "Maximum Line-Height" only if the user sets "Allow Line-Height Adjustment"
Issue fork text_resize-3581649
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
vitaliyb98 commentedComment #4
vinodhini.e commentedHi, Tested this issue on Drupal 10.5.1 and was able to reproduce the issue:
"Minimum Line-Height" and "Maximum Line-Height" fields are displayed even when "Allow Line-Height Adjustment" is not enabled.
Applied MR !16:
The fields are now shown only when "Allow Line-Height Adjustment" is checked.
UI behavior is working as expected.
The fix works correctly. Thanks.
Comment #5
vinodhini.e commentedComment #7
vitaliyb98 commentedMerged, thanks!