mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 18:59:01 +00:00
24 lines
259 B
CSS
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;
|
|
}
|