Switch magic flexy rigboard layout to use *container* width queries rather than *screen* width queries

This resolves the overflow seen in the profile detail view in the most overkill way possible. Nerf this!
This commit is contained in:
2024-04-06 19:14:23 +01:00
parent 17fa447861
commit 953b691cc2
4 changed files with 37 additions and 18 deletions

View File

@@ -46,7 +46,7 @@
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="col-sm-12" style="container-type: inline-size;">
{% with object_list as events %}
{% include 'partials/event_table.html' %}
{% endwith %}