@AntonKhorev commented on this pull request.


> +        .addClass("bg-body-tertiary");
+      labelLink
+        .closest("tr")
+        .after($("<tr>").append(cell));
+
+      if (data.icon) {
+        $("<img>")
+          .attr({ src: OSM.WIKIMEDIA_COMMONS_URL + "Special:FilePath/" + 
data.icon, height: "32" })
+          .addClass("float-start mb-2 me-2")
+          .appendTo(cell);
+      }
+      if (data.label) {
+        labelLink.clone()
+          .text(data.label)
+          .removeAttr("title")
+          .addClass("ms-1")

What is this margin for? If the goal is to make it stand out more compared to 
the text below, maybe `fw-medium` will work better?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6127#pullrequestreview-2969057263
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/6127/review/2969057...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to