mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00: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…
x
Reference in New Issue
Block a user