mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:09:33 +08:00
we need overflow auto on code blocks
This commit is contained in:
parent
08df4c41cc
commit
cb1b956ac2
|
@ -78,3 +78,7 @@ fieldset {
|
|||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
pre code {
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user