Skip to content

Commit

Permalink
docs(cheatsheet): drop .form-*-sm since we don't propose them
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Feb 11, 2021
1 parent 5eca3fb commit 294e35f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
17 changes: 1 addition & 16 deletions site/content/docs/5.0/examples/cheatsheet-rtl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -453,22 +453,7 @@ <h3>تحجيم</h3>
</div>
{{< /example >}}

{{< example show_markup="false" >}}
<div class="mb-3">
<input class="form-control form-control-sm" type="text" placeholder=".form-control-sm" aria-label=".form-control-sm مثال">
</div>
<div class="mb-3">
<select class="form-select form-select-sm" aria-label=".form-select-sm مثال">
<option selected>افتح قائمة التحديد هذه</option>
<option value="1">واحد</option>
<option value="2">اثنان</option>
<option value="3">ثلاثة</option>
</select>
</div>
<div class="mb-3">
<input type="file" class="form-control form-control-sm" aria-label="مثال على إدخال ملف صغير">
</div>
{{< /example >}}
<!-- Boosted mod: no .form-control-sm -->
</div>
</article>
<article class="my-3" id="input-group">
Expand Down
17 changes: 1 addition & 16 deletions site/content/docs/5.0/examples/cheatsheet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,22 +449,7 @@ <h3>Sizing</h3>
</div>
{{< /example >}}

{{< example show_markup="false" >}}
<div class="mb-3">
<input class="form-control form-control-sm" type="text" placeholder=".form-control-sm" aria-label=".form-control-sm example">
</div>
<div class="mb-3">
<select class="form-select form-select-sm" aria-label=".form-select-sm example">
<option selected>Open this select menu</option>
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
</select>
</div>
<div class="mb-3">
<input type="file" class="form-control form-control-sm" aria-label="Small file input example">
</div>
{{< /example >}}
<!-- Boosted mod: no .form-control-sm -->
</div>
</article>
<article class="my-3" id="input-group">
Expand Down

0 comments on commit 294e35f

Please sign in to comment.