mirror of https://github.com/Chocobozzz/PeerTube
Fix table column widths
parent
9ec435c85d
commit
cdd3cef911
|
@ -294,6 +294,7 @@ body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
|
||||||
body .p-datepicker table {
|
body .p-datepicker table {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 0.857em 0 0 0;
|
margin: 0.857em 0 0 0;
|
||||||
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
body .p-datepicker table th {
|
body .p-datepicker table th {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
|
Loading…
Reference in New Issue