mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
we need overflow auto on code blocks
This commit is contained in:
parent
08df4c41cc
commit
cb1b956ac2
1 changed files with 4 additions and 0 deletions
|
@ -78,3 +78,7 @@ fieldset {
|
|||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
pre code {
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue