mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
docs: Remove unneeded .form-group
class (#32483)
This commit is contained in:
@@ -137,7 +137,7 @@ Place toasts with custom CSS as you need them. The top right is often used for n
|
|||||||
|
|
||||||
{{< example >}}
|
{{< example >}}
|
||||||
<form>
|
<form>
|
||||||
<div class="form-group mb-3">
|
<div class="mb-3">
|
||||||
<label for="selectToastPlacement">Toast placement</label>
|
<label for="selectToastPlacement">Toast placement</label>
|
||||||
<select class="form-select mt-2" id="selectToastPlacement">
|
<select class="form-select mt-2" id="selectToastPlacement">
|
||||||
<option value="" selected>Select a position...</option>
|
<option value="" selected>Select a position...</option>
|
||||||
|
Reference in New Issue
Block a user