diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index 17b72885e..a68ca3527 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -38,10 +38,6 @@ html.inner-editor { word-wrap: break-word; overflow-wrap: break-word; } -#innerdocbody, #sidediv { - padding-top: 10px; /* Both must have same top padding, so line number are aligned with the rows */ - padding-bottom: 10px; /* some space when we scroll to the bottom */ -} #innerdocbody a { color: #2e96f3;