refactor: update examples

This commit is contained in:
Łukasz Holeczek
2021-10-31 23:45:00 +01:00
parent 4a2a9b1541
commit dd16f772dd
5 changed files with 13 additions and 14 deletions
+2 -2
View File
@@ -134,7 +134,7 @@
<code>plain-text</code> boolean property to remove the default form
field styling and preserve the correct margin and padding.
</p>
<DocsExample href="components/accordion">
<DocsExample href="forms/form-control.html#readonly-plain-text">
<CRow class="mb-3">
<CFormLabel for="staticEmail" class="col-sm-2 col-form-label">
Email
@@ -158,7 +158,7 @@
</div>
</CRow>
</DocsExample>
<DocsExample href="components/accordion">
<DocsExample href="forms/form-control.html#readonly-plain-text">
<CForm class="row g-3">
<div class="col-auto">
<CFormLabel for="staticEmail2" class="visually-hidden">
+1 -1
View File
@@ -68,7 +68,7 @@
</CFormSelect>
</DocsExample>
<p class="text-medium-emphasis small">
As is the <code>htmlSize</code> property:
As is the <code>html-size</code> property:
</p>
<DocsExample href="forms/select.html#sizing">
<CFormSelect