Browse Source

Another CSS fix regarding pre scroll

dependabot/npm_and_yarn/ini-1.3.7
Levi Olson 4 years ago
parent
commit
31d0d8ce98
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      core.css

+ 1
- 0
core.css View File

@ -179,6 +179,7 @@ pre {
background: #CCC;
border: 1px solid #888;
border-radius: 4px;
overflow-x: scroll;
}
pre>code {
color: #333;

Loading…
Cancel
Save