Add wrapper -body classes to answerbox sections
This commit is contained in:
parent
b66c2b1f36
commit
e8657891a9
|
@ -16,6 +16,11 @@
|
|||
overflow: visible;
|
||||
}
|
||||
|
||||
&__question-body,
|
||||
&__answer-body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&__answer-text {
|
||||
margin-bottom: map.get($spacers, 3);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue