mirror of
https://github.com/vale981/quickdocs-server
synced 2025-03-04 08:41:40 -05:00
Update main.css
When over long lines in <pre>, show a scrollbar. eg: these lines in http://quickdocs.org/chirp/ ```lisp (chirp:compute-status-length "Wowsers, URL shortening sure is a thing! https://github.com/Shinmera/chirp.git") (chirp:valid-language-p "en") (chirp:access-level) ```
This commit is contained in:
parent
bb96720613
commit
67622cab82
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ a:hover {
|
|||
pre {
|
||||
margin: 15px 0;
|
||||
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
||||
overflow-x:auto;
|
||||
}
|
||||
code {
|
||||
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
||||
|
|
Loading…
Add table
Reference in a new issue