Fiv div in p
parent
5b916ce63c
commit
478da503f4
|
@ -127,7 +127,7 @@ export default function PageData(props: PageDataProps) {
|
|||
}
|
||||
|
||||
const LoaderFallback = () => (
|
||||
<StyledBody>
|
||||
<StyledBody as="div">
|
||||
<div
|
||||
css={`
|
||||
height: 300px;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue