]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: Remove unneeded `.form-group` class (#32483)
authorKyle Tsang <6854874+kyletsang@users.noreply.github.com>
Tue, 15 Dec 2020 07:21:25 +0000 (23:21 -0800)
committerGitHub <noreply@github.com>
Tue, 15 Dec 2020 07:21:25 +0000 (09:21 +0200)
site/content/docs/5.0/components/toasts.md

index 740a926f95ceb2c665c04fe757f76607bd73cef3..b6f7e3893eb34925a091b655e0b67953ccd7c176 100644 (file)
@@ -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>