use height: 0 instead of display: none to hide jot sections
This commit is contained in:
parent
68659c7740
commit
036c18be7b
3 changed files with 18 additions and 11 deletions
|
@ -91,6 +91,10 @@ blockquote {
|
|||
.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
.minimize {
|
||||
max-height: 0px !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue