Closed (fixed)
Project:
Text Resize
Version:
8.x-1.3
Component:
User interface
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2026 at 14:01 UTC
Updated:
15 Apr 2026 at 07:35 UTC
Jump to comment: Most recent
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"
Show "Minimum Line-Height" and "Maximum Line-Height" only if the user sets "Allow Line-Height Adjustment"
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!