Table CSS tweaks
This commit is contained in:
committed by
Jorge Manrubia
parent
43fa7fb6aa
commit
b28a88c185
@@ -24,6 +24,7 @@
|
||||
}
|
||||
|
||||
.lexxy-content__table-wrapper {
|
||||
margin: 0;
|
||||
margin-block: 1ch;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
@@ -211,11 +211,12 @@
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
.table-wrapper {
|
||||
.lexxy-content__table-wrapper {
|
||||
margin: 0;
|
||||
margin-block: 1ch;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
@@ -232,6 +233,10 @@
|
||||
*:last-child {
|
||||
margin-block-end: 0;
|
||||
}
|
||||
|
||||
*:not(pre, code) {
|
||||
word-break: normal;
|
||||
}
|
||||
}
|
||||
|
||||
th,
|
||||
|
||||
Reference in New Issue
Block a user