[openstreetmap/openstreetmap-website] Use entire width of sidebar for directions table (PR #6015)

Marwin Hochfelsner notifications at github.com
Thu May 15 15:47:03 UTC 2025


@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/2844234586 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250515/889bef1f/attachment.htm>


More information about the rails-dev mailing list