FairEmail/privacy/privacy.css

25 lines
259 B
CSS
Raw Normal View History

2024-02-14 06:52:47 +00:00
body {
font-family: Arial, sans-serif;
}
2023-11-18 07:55:18 +00:00
.table-wrapper {
overflow-x: auto;
white-space: nowrap;
}
table {
border-collapse: collapse;
}
table colgroup col {
width: auto !important;
}
2023-11-18 06:52:39 +00:00
table, th, td {
border: 1px solid black;
}
td {
padding: 3px;
}