Use h2 as the main header on the map-ui panel
This commit is contained in:
parent
c162a9660e
commit
6eac50525b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ L.OSM.sidebarPane = function (options, uiClass, buttonTitle, paneTitle) {
|
|||
|
||||
$("<div class='d-flex p-3 pb-0'>")
|
||||
.appendTo($ui)
|
||||
.append($("<h4 class='flex-grow-1 text-break'>")
|
||||
.append($("<h2 class='flex-grow-1 text-break'>")
|
||||
.text(I18n.t(paneTitle)))
|
||||
.append($("<div>")
|
||||
.append($("<button type='button' class='btn-close'>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue