forked from AkkomaGang/akkoma-fe
Merge pull request 'rich_content: add padding on codeblock' (#515) from Yonle/akkoma-fe:codeblockimprv-1 into develop
Reviewed-on: AkkomaGang/akkoma-fe#515
This commit is contained in:
commit
2fb78f8727
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@
|
|||
&.text pre {
|
||||
border: 1px solid var(--border);
|
||||
white-space: pre;
|
||||
overflow: auto;
|
||||
overflow: scroll;
|
||||
padding: 0.2em 0.5em;
|
||||
}
|
||||
|
||||
code,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue