diff options
author | Chocobozzz <me@florianbigard.com> | 2023-01-11 09:22:13 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-01-11 09:22:19 +0100 |
commit | cdd3cef91152c72eb14427427c54be1cb63744f7 (patch) | |
tree | f50d5b8e89f90faacbe0553a2c8c9a17ecdc0381 /client/src | |
parent | 9ec435c85d1adbeed950eccbc113a7ad56c5515a (diff) | |
download | PeerTube-cdd3cef91152c72eb14427427c54be1cb63744f7.tar.gz PeerTube-cdd3cef91152c72eb14427427c54be1cb63744f7.tar.zst PeerTube-cdd3cef91152c72eb14427427c54be1cb63744f7.zip |
Fix table column widths
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 1 |
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 { | |||
294 | body .p-datepicker table { | 294 | body .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 | } |
298 | body .p-datepicker table th { | 299 | body .p-datepicker table th { |
299 | padding: 0.5em; | 300 | padding: 0.5em; |