]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/leaflet.sidebar-pane.js
Disable text wrapping while measuring header width
[rails.git] / app / assets / javascripts / leaflet.sidebar-pane.js
index ff6ee8d8b14ab896ab4b500c732b2ce00748d031..516a446c38811994cf4343b8b507340f3b709efa 100644 (file)
@@ -20,11 +20,10 @@ L.OSM.sidebarPane = function (options, uiClass, buttonTitle, paneTitle) {
     var $ui = $("<div>")
       .attr("class", uiClass + "-ui");
 
-    $("<div class='sidebar_heading d-flex'>")
+    $("<div class='d-flex p-3 pb-0'>")
       .appendTo($ui)
-      .append($("<div class='flex-grow-1 text-break'>")
-        .append($("<h4>")
-          .text(I18n.t(paneTitle))))
+      .append($("<h2 class='flex-grow-1 text-break'>")
+        .text(I18n.t(paneTitle)))
       .append($("<div>")
         .append($("<button type='button' class='btn-close'>")
           .attr("aria-label", I18n.t("javascripts.close"))