mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Force padding top bottom to 1px for div.output_area pre (#3194)
See https://github.com/jupyter/notebook/issues/3193
This commit is contained in:
parent
91d46c5328
commit
de92a2b34f
@ -95,7 +95,7 @@ div.output_area {
|
||||
|
||||
div.output_area pre {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 1px 0 1px 0;
|
||||
border: 0;
|
||||
vertical-align: baseline;
|
||||
color: @output_pre_color;
|
||||
|
Loading…
Reference in New Issue
Block a user