diff options
| author | Mark Otto <[email protected]> | 2020-05-12 18:59:51 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-05-12 19:21:36 +0300 |
| commit | 4a0ddb02dbfb35729ab62a6de13dc157e861ba85 (patch) | |
| tree | 90c858fac498a29a4384ab8aa913e9eca916f28e | |
| parent | 0f26be5ff3186587e4457dd4c20236ad4d7d69f4 (diff) | |
| download | bootstrap-4a0ddb02dbfb35729ab62a6de13dc157e861ba85.tar.xz bootstrap-4a0ddb02dbfb35729ab62a6de13dc157e861ba85.zip | |
Wording fixes
| -rw-r--r-- | site/docs/4.4/components/forms.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/4.4/components/forms.md b/site/docs/4.4/components/forms.md index e57eb580c..651046c27 100644 --- a/site/docs/4.4/components/forms.md +++ b/site/docs/4.4/components/forms.md @@ -1155,7 +1155,7 @@ $form-validation-states: map-merge( ### Input group validation workaround -When you are using a medium size input group and don't customize the default border radius values, add `.rounded-right` to the missing border radius elements: +We're unable to resolve the broken `border-radius` of input groups with validation due to selector limitations, so manual overrides are required. When you're using a standard input group and don't customize the default border radius values, add `.rounded-right` to the elements with the broken `border-radius`. {% highlight html %} <div class="input-group"> @@ -1181,7 +1181,7 @@ When you are using a medium size input group and don't customize the default bor </div> </div> -When you are using a small or large input-group or customizing the default border radius values, add custom CSS to the missing border radius elements: +When you are using a small or large input group or customizing the default `border-radius` values, add custom CSS to the element with the busted `border-radius`. {% highlight css %} /* Change values to match the radius of your form control */ |
