Fixes
This commit is contained in:
Vendored
+4
@@ -6608,12 +6608,16 @@ main {
|
||||
.tbl {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.tbl td,
|
||||
.tbl th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 8px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tbl tr:nth-child(even) {
|
||||
|
||||
Reference in New Issue
Block a user