Skip to content

Commit

Permalink
docs: Remove unneeded .form-group class (#32483)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Dec 15, 2020
1 parent e8d14b3 commit 9b6c815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/components/toasts.md
Expand Up @@ -137,7 +137,7 @@ Place toasts with custom CSS as you need them. The top right is often used for n

{{< example >}}
<form>
<div class="form-group mb-3">
<div class="mb-3">
<label for="selectToastPlacement">Toast placement</label>
<select class="form-select mt-2" id="selectToastPlacement">
<option value="" selected>Select a position...</option>
Expand Down

0 comments on commit 9b6c815

Please sign in to comment.