Bootstrap 5: Replace all form-group classes with mb-3

This commit is contained in:
Andy Allan 2022-06-29 17:14:10 +01:00
parent e80d74ae73
commit 934d81aa55
18 changed files with 43 additions and 43 deletions

View file

@ -47,7 +47,7 @@ L.OSM.share = function (options) {
.appendTo($linkSection);
$("<div>")
.attr("class", "form-check form-group")
.attr("class", "form-check mb-3")
.appendTo($form)
.append(
$("<label>")
@ -159,7 +159,7 @@ L.OSM.share = function (options) {
.appendTo($imageSection);
$("<div>")
.attr("class", "form-group form-check")
.attr("class", "mb-3 form-check")
.appendTo($form)
.append(
$("<label>")