From ff40e00323f9256d8dfb678d13b57bfb01ac7354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ca=C3=ADque=20de=20Castro=20Soares=20da=20Silva?= Date: Mon, 22 Oct 2018 23:53:38 -0300 Subject: [PATCH] Fix readonly-plain-text with button addon (#25871) Fixes #25870 --- scss/_input-group.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 7ebc313d37b9..707207b0238e 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -12,6 +12,7 @@ width: 100%; > .form-control, + > .form-control-plaintext, > .custom-select, > .custom-file { position: relative; // For focus state's z-index