From: Chocobozzz Date: Wed, 11 Jan 2023 08:22:13 +0000 (+0100) Subject: Fix table column widths X-Git-Tag: v5.1.0-rc.1~406 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=cdd3cef91152c72eb14427427c54be1cb63744f7;p=github%2FChocobozzz%2FPeerTube.git Fix table column widths --- 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;