Browse Source

IPythonNotebook: fix Markdown cell CSS

pull/3750/merge
Unknwon 8 years ago
parent
commit
2374a3ef64
No known key found for this signature in database
GPG Key ID: FB9F411CDD69BEC1
  1. 4
      public/css/gogs.css
  2. 4
      public/less/_repository.less

4
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;

4
public/less/_repository.less

@ -341,8 +341,8 @@
.nb-markdown-cell {
background-color: #eee;
margin-left: -80px;
padding: 11.5px 10px 19.5px 80px;
margin-right: 10px;
padding: 10px;
}
// Fix pandas dataframe formatting

Loading…
Cancel
Save