diff options
| author | Kyle Tsang <[email protected]> | 2020-12-14 23:21:25 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-15 09:21:25 +0200 |
| commit | 9b6c81514831038646fb921e8fbacf702a56be04 (patch) | |
| tree | c3208a9547fd5f0e885bc5691cc726aadcb8077b | |
| parent | e8d14b302e7bfe62d390a88a33119b9bb8c0a303 (diff) | |
| download | bootstrap-9b6c81514831038646fb921e8fbacf702a56be04.tar.xz bootstrap-9b6c81514831038646fb921e8fbacf702a56be04.zip | |
docs: Remove unneeded `.form-group` class (#32483)
| -rw-r--r-- | site/content/docs/5.0/components/toasts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/components/toasts.md b/site/content/docs/5.0/components/toasts.md index 740a926f9..b6f7e3893 100644 --- a/site/content/docs/5.0/components/toasts.md +++ b/site/content/docs/5.0/components/toasts.md @@ -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> |
