Make tables responsive
This commit is contained in:
parent
8933fddaf3
commit
7719ff41ad
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
</style>
|
||||
|
||||
{% block extracss %}{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue