You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FairEmail/privacy.css

21 lines
216 B

.table-wrapper {
overflow-x: auto;
white-space: nowrap;
}
table {
border-collapse: collapse;
}
table colgroup col {
width: auto !important;
}
table, th, td {
border: 1px solid black;
}
td {
padding: 3px;
}