From f547ab7dd171e523e3fee97f664de0674bfa6358 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 6 Oct 2023 15:13:50 +0200 Subject: [PATCH] Fix tables on small devices --- client/src/sass/primeng-custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index e288a3866..91b817996 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss @@ -739,6 +739,12 @@ p-table { } @media screen and (max-width: $small-view) { + .p-datatable-wrapper { + table { + width: auto; + } + } + p-paginator { .p-paginator-current { display: none !important;