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
d0d476e7
Commit
d0d476e7
authored
Jul 31, 2019
by
Hanna Schraffenberger
Browse files
better
parent
663d0513
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/block-faq-1.html
View file @
d0d476e7
...
...
@@ -29,14 +29,12 @@
content
.
style
.
paddingBottom
=
"
0px
"
;
content
.
style
.
marginTop
=
"
0px
"
;
content
.
style
.
marginBottom
=
"
0px
"
;
content
.
style
.
borderLeft
=
"
none;
"
}
else
{
content
.
style
.
maxHeight
=
content
.
scrollHeight
+
20
+
"
px
"
;
content
.
style
.
paddingTop
=
"
10px
"
;
content
.
style
.
paddingBottom
=
"
10px
"
;
content
.
style
.
marginTop
=
"
10px
"
;
content
.
style
.
marginBottom
=
"
10px
"
;
content
.
style
.
borderLeft
=
"
2px solid #ccc;
"
}
});
}
...
...
css/irma.css
View file @
d0d476e7
...
...
@@ -149,6 +149,7 @@ column.text p {
background-color
:
white
;
max-height
:
0
;
overflow
:
hidden
;
border-left
:
2px
solid
#ccc
;
transition
:
max-height
0.2s
ease-out
;
}
...
...
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