Skip to content

Commit b3a49bd

Browse files
chore(docs): Adjust live progress summary card demo (#741)
Addition of high contrast styles created some weird borders - adjusting.
1 parent f710384 commit b3a49bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages/UserMessageWithExtraContent.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,9 @@ Setting up cluster console...`;
366366
<FlexItem>{stage.name}</FlexItem>
367367
</Flex>
368368
</AccordionToggle>
369-
<AccordionContent id={stage.id.replace('-toggle', '')}>{renderCodeBlock(stage)}</AccordionContent>
369+
<AccordionContent id={stage.id.replace('-toggle', '')} style={{ border: '0px' }}>
370+
{renderCodeBlock(stage)}
371+
</AccordionContent>
370372
</AccordionItem>
371373
))}
372374
</Accordion>

0 commit comments

Comments
 (0)