Bootstrap 5: Replace all form-group classes with mb-3
This commit is contained in:
parent
e80d74ae73
commit
934d81aa55
18 changed files with 43 additions and 43 deletions
|
@ -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>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue