Skip to content

Commit de92a2b

Browse files
Naereengnestor
authored andcommitted
Force padding top bottom to 1px for div.output_area pre (jupyter#3194)
See jupyter#3193
1 parent 91d46c5 commit de92a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/static/notebook/less/outputarea.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ div.output_area {
9595

9696
div.output_area pre {
9797
margin: 0;
98-
padding: 0;
98+
padding: 1px 0 1px 0;
9999
border: 0;
100100
vertical-align: baseline;
101101
color: @output_pre_color;

0 commit comments

Comments
 (0)