Fiv div in p

pull/2494/head
Jérémy Rialland 2023-01-31 17:53:44 +01:00 committed by Johan Girod
parent 5b916ce63c
commit 478da503f4
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ export default function PageData(props: PageDataProps) {
}
const LoaderFallback = () => (
<StyledBody>
<StyledBody as="div">
<div
css={`
height: 300px;

View File

@ -134,7 +134,7 @@ export default function AnswerList({ onClose, children }: AnswerListProps) {
</H3>
<div className="print-hidden">
<Message type="secondary" border={false} icon>
<Body>
<Body as="div">
<div
css={`
display: flex;