Compare commits
1 Commits
c5a28bf7ef
...
869f9d12c8
| Author | SHA1 | Date | |
|---|---|---|---|
| 869f9d12c8 |
@@ -149,22 +149,24 @@ table {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.fold-table + table {
|
||||
tr {
|
||||
@include below-container-width {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
@include below-container-width {
|
||||
overflow-x: auto;
|
||||
}
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
th {
|
||||
td, th {
|
||||
padding: 0.5rem;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
div.highlight tr {
|
||||
|
||||
1
layouts/shortcodes/foldtable.html
Normal file
1
layouts/shortcodes/foldtable.html
Normal file
@@ -0,0 +1 @@
|
||||
<span class="fold-table"></span>
|
||||
Reference in New Issue
Block a user