1
0
Fork 0

use height: 0 instead of display: none to hide jot sections

This commit is contained in:
rabuzarus 2017-04-03 13:38:07 +02:00
commit 036c18be7b
3 changed files with 18 additions and 11 deletions

View file

@ -91,6 +91,10 @@ blockquote {
.hidden {
display: none !important;
}
.minimize {
max-height: 0px !important;
overflow: hidden !important;
}
code {
white-space: pre-wrap;
}