Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irma-website
Commits
4da4f5a3
Commit
4da4f5a3
authored
Jul 31, 2019
by
Hanna Schraffenberger
Browse files
test
parent
fd420652
Changes
1
Hide whitespace changes
Inline
Side-by-side
_includes/block-faq-1.html
View file @
4da4f5a3
...
...
@@ -25,8 +25,12 @@
let
content
=
this
.
nextElementSibling
;
if
(
content
.
style
.
maxHeight
)
{
content
.
style
.
maxHeight
=
null
;
content
.
style
.
paddingTop
=
"
0px
"
;
content
.
style
.
paddingBottom
=
"
0px
"
;
}
else
{
content
.
style
.
maxHeight
=
content
.
scrollHeight
+
"
px
"
;
content
.
style
.
paddingTop
=
"
10px
"
;
content
.
style
.
paddingBottom
=
"
10px
"
;
}
});
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment