diff --git a/templates/sales.html b/templates/sales.html index 6f80916..9de4755 100644 --- a/templates/sales.html +++ b/templates/sales.html @@ -18,6 +18,23 @@ display: block !important; } } + + @media (max-width: 768px) { + .table td, .table th { + padding: 0.5rem 0.25rem; + font-size: 0.85rem; + } + + .btn-sm span { + display: none; + } + } + + .table th:last-child, + .table td:last-child { + width: 1%; + white-space: nowrap; + } {% endblock %} @@ -101,7 +118,7 @@