diff options
| author | CaĆque de Castro Soares da Silva <[email protected]> | 2018-10-22 23:53:38 -0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-23 05:53:38 +0300 |
| commit | ff40e00323f9256d8dfb678d13b57bfb01ac7354 (patch) | |
| tree | 4b490182e01c418b64dd27ba45b09fdf7bac1336 | |
| parent | ee1daf090a07b6c45632877ea2e54fcdc63bcbc6 (diff) | |
| download | bootstrap-ff40e00323f9256d8dfb678d13b57bfb01ac7354.tar.xz bootstrap-ff40e00323f9256d8dfb678d13b57bfb01ac7354.zip | |
Fix readonly-plain-text with button addon (#25871)
Fixes #25870
| -rw-r--r-- | scss/_input-group.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 7ebc313d3..707207b02 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 |
