mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 10:17:18 +00:00
20 lines
216 B
CSS
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;
|
|
}
|