aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-01-11 09:22:13 +0100
committerChocobozzz <me@florianbigard.com>2023-01-11 09:22:19 +0100
commitcdd3cef91152c72eb14427427c54be1cb63744f7 (patch)
treef50d5b8e89f90faacbe0553a2c8c9a17ecdc0381 /client/src/sass
parent9ec435c85d1adbeed950eccbc113a7ad56c5515a (diff)
downloadPeerTube-cdd3cef91152c72eb14427427c54be1cb63744f7.tar.gz
PeerTube-cdd3cef91152c72eb14427427c54be1cb63744f7.tar.zst
PeerTube-cdd3cef91152c72eb14427427c54be1cb63744f7.zip
Fix table column widths
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/primeng-custom.scss1
1 files changed, 1 insertions, 0 deletions
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 {
294body .p-datepicker table { 294body .p-datepicker table {
295 font-size: 14px; 295 font-size: 14px;
296 margin: 0.857em 0 0 0; 296 margin: 0.857em 0 0 0;
297 table-layout: fixed;
297} 298}
298body .p-datepicker table th { 299body .p-datepicker table th {
299 padding: 0.5em; 300 padding: 0.5em;