Revert additional scraped examples height
This commit is contained in:
parent
506f22b466
commit
9104632c4f
1 changed files with 3 additions and 0 deletions
|
|
@ -801,6 +801,9 @@ both the code example and the line numbers, so we need to remove the radius in t
|
|||
* and we include additional 10px for padding. */
|
||||
max-height: calc(1.5em * 5 + 10px);
|
||||
}
|
||||
.more-scraped-examples .scraped-example:not(.expanded) .example-wrap {
|
||||
max-height: calc(1.5em * 10 + 10px);
|
||||
}
|
||||
|
||||
.rustdoc:not(.src) .scraped-example:not(.expanded) .src-line-numbers,
|
||||
.rustdoc:not(.src) .scraped-example:not(.expanded) .src-line-numbers > pre,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue