diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html index e7af8fa9..671661e3 100644 --- a/note_kfet/templates/base.html +++ b/note_kfet/templates/base.html @@ -79,6 +79,14 @@ SPDX-License-Identifier: GPL-3.0-or-later .container-fluid { max-width: 1600px; } + + /* Apply Bootstrap table-responsive to all Django tables */ + .table-container { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } {% block extracss %}{% endblock %}