mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Expand all manual examples in print mode
This commit is contained in:
@@ -97,7 +97,14 @@ h3 code {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.manual-example {
|
||||
@media print {
|
||||
.manual-example {
|
||||
display: block !important;
|
||||
height: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
.manual-example table {
|
||||
border-top: 1px solid #E5E5E5;
|
||||
td {
|
||||
white-space: pre-wrap;
|
||||
|
Reference in New Issue
Block a user