From cdd3cef91152c72eb14427427c54be1cb63744f7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 11 Jan 2023 09:22:13 +0100 Subject: [PATCH] Fix table column widths --- client/src/sass/primeng-custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 88f6efb6a..ee66a9db3 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss @@ -294,6 +294,7 @@ body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { body .p-datepicker table { font-size: 14px; margin: 0.857em 0 0 0; + table-layout: fixed; } body .p-datepicker table th { padding: 0.5em;