Merge pull request #3393 from urbit/mp/chat/inline-blocks

chat: break up inline code
This commit is contained in:
matildepark 2020-08-31 12:09:56 -04:00 committed by GitHub
commit e58b48a8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,6 +252,10 @@ blockquote {
font-family: 'Inter';
}
code {
white-space: normal;
}
code, pre.code {
background-color: var(--light-gray);
}