@hlfan commented on this pull request.


> +  <div class="mx-n3">
+    <table class='table table-hover table-sm mb-3'>
+      <tbody id="directions_route_steps"></tbody>
+    </table>
+  </div>

You don't have to wrap the table in a div
```suggestion
  <table class='table table-hover table-sm w-auto mx-n3 mb-3'>
    <tbody id="directions_route_steps"></tbody>
  </table>
```

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

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

Reply via email to