IPythonNotebook: fix Markdown cell CSS

master
Unknwon 2017-02-07 17:18:18 -05:00
parent 0d9e435bfe
commit 2374a3ef64
No known key found for this signature in database
GPG Key ID: FB9F411CDD69BEC1
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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