1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 18:59:01 +00:00
FairEmail/privacy/privacy.css
2024-02-14 08:06:45 +01:00

24 lines
259 B
CSS

body {
font-family: Arial, sans-serif;
}
.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;
}