Fix alignment of collapsibles in question headers
Co-Authored-By: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
a2139213c7
commit
f0b9a00923
|
@ -16,7 +16,7 @@
|
|||
overflow: visible;
|
||||
}
|
||||
|
||||
&__question-body,
|
||||
.card-header,
|
||||
&__answer-body {
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
.collapsed ~ & {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
|
|
Loading…
Reference in New Issue