mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
fix: allow word-break in code strings in md
This commit is contained in:
parent
d99e9188fd
commit
15dfe44d4e
|
@ -63,6 +63,8 @@ export const StyledMarkdownBlock = withProps<{ dense?: boolean; inline?: boolean
|
|||
border: 1px solid rgba(38, 50, 56, 0.1);
|
||||
padding: 0.1em 0.25em 0.2em;
|
||||
font-size: ${props => props.theme.typography.code.fontSize};
|
||||
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
Loading…
Reference in New Issue
Block a user