1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 02:37:16 +00:00
FairEmail/privacy/privacy.css
2024-01-26 08:03:16 +01:00

20 lines
216 B
CSS

.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;
}