mirror of
https://github.com/urbit/shrub.git
synced 2025-01-02 01:25:55 +03:00
chat: break up inline code while maintaining multiline codeblocks
This commit is contained in:
parent
6bf2ec28a6
commit
baf2226e3d
@ -252,12 +252,13 @@ blockquote {
|
||||
font-family: 'Inter';
|
||||
}
|
||||
|
||||
code {
|
||||
white-space: normal;
|
||||
pre, code {
|
||||
background-color: var(--light-gray);
|
||||
}
|
||||
|
||||
code, pre.code {
|
||||
background-color: var(--light-gray);
|
||||
pre code {
|
||||
background-color: transparent;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
code, .code, .chat.code .react-codemirror2 .CodeMirror * {
|
||||
|
Loading…
Reference in New Issue
Block a user