# 86 Minor html/css tweaks
* improves minor things like display related breakpoints for certain html elements * improves css for select2 for better group-result distinction
This commit is contained in:
@@ -30,12 +30,12 @@
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="container-fluid mt-3">
|
||||
<div class="container-fluid mt-3 px-4">
|
||||
{% comment %}
|
||||
The modal wrapper, which can be used on every view can stay on the base.html template
|
||||
{% endcomment %}
|
||||
<div class="modal fade" tabindex="-1" role="dialog" id="modal">
|
||||
<div class="modal-dialog modal-md modal-lg" role="document">
|
||||
<div class="modal-dialog modal-md modal-xl" role="document">
|
||||
<div class="modal-content"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user