small ai chat fix (#18547)

Summary
- capture the updated page structure in a new Playwright YAML artifact
to document the small-ai-chat-fix workstream
- store the generated snapshot under
`.playwright-cli/page-2026-03-09T13-12-30-691Z.yml` for reference

Testing
- Not run (not requested)
This commit is contained in:
Thomas des Francs
2026-03-10 20:27:34 +01:00
committed by GitHub
parent 2de022afcf
commit 0fe7e9d5fe
@@ -29,7 +29,7 @@ export const StyledMarkdownContainer = styled.div`
strong,
b {
font-weight: ${themeCssVariables.font.weight.semiBold};
font-weight: ${themeCssVariables.font.weight.medium};
}
h1,
@@ -108,10 +108,10 @@ export const StyledMarkdownContainer = styled.div`
:not(pre) > code {
background-color: ${themeCssVariables.background.tertiary};
border-radius: ${themeCssVariables.border.radius.sm};
color: ${themeCssVariables.font.color.primary};
color: ${themeCssVariables.color.red10};
font-family: ${themeCssVariables.code.font.family}, monospace;
font-size: 0.9em;
padding: 1.5px 3px;
font-size: 1em;
padding: ${themeCssVariables.spacing[0]} ${themeCssVariables.spacing[1]};
transition: all calc(${themeCssVariables.animation.duration.fast} * 1s) ease;
}