mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-26 06:54:42 +00:00
docs: Remove unneeded .form-group class (#32483)
This commit is contained in:
parent
e8d14b302e
commit
9b6c815148
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue