mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
fix: correctly cut long links on words
This commit is contained in:
@@ -123,7 +123,7 @@ export const MarkdownWrapper = styled.div`
|
||||
}
|
||||
|
||||
a {
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
color: ${props => props.theme.main.link};
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user