Created by: peterblazejewicz
Fixes #15536 (closed).
This PR adds form-control-static
to blocks that apply form input group size variations to input controls. After this PR the size of form-control-static
will be displayed the same way as form controls with form-control
classes. The comment is also updated to match changed code.
This PR does not change code covered by automated or visual tests.
Thanks!