mirror of
https://github.com/gogs/gogs.git
synced 2025-05-28 10:12:37 +00:00
IPythonNotebook: fix Markdown cell CSS
This commit is contained in:
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…
x
Reference in New Issue
Block a user