diff options
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r-- | public/css/gogs.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index ef8bf275..e8dca6e6 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1383,8 +1383,8 @@ footer .ui.language .menu { } .repository.file.list #file-content #ipython-notebook .nb-markdown-cell { background-color: #eee; - margin-left: -80px; - padding: 11.5px 10px 19.5px 80px; + margin-right: 10px; + padding: 10px; } .repository.file.list #file-content #ipython-notebook div[style="max-height:1000px;max-width:1500px;overflow:auto;"] { max-height: none !important; |