mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-31 13:40:29 +08:00
fix css in .output_area pre
font: inherit conflict with monospace, wich in some cases leads to non-monospace font (nbviewer for example)
This commit is contained in:
parent
abb31c2d3a
commit
3b37cd80e4
@ -283,7 +283,6 @@ div.output_area pre {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
color: black;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user