mirror of https://github.com/gogs/gogs.git
IPythonNotebook: fix Markdown cell CSS
parent
0d9e435bfe
commit
2374a3ef64
|
@ -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;
|
||||
|
|
|
@ -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…
Reference in New Issue