Created by: tmorehouse
PR #25871 added support for .form-control-plaintext inside an input-group (addressing issue #25870 (closed)), but it did not include handling the situation of multiple inputs in the same input group (where .form-control-plaintext is not the first input).
This PR adds in the missing line to handle this situation.