diff options
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r-- | public/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 48c3d405..1f023210 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1402,6 +1402,9 @@ footer .ui.language .menu { .repository.file.list #file-content #ipython-notebook .nb-cell.nb-heading-cell { margin-top: 0.5em; } +.repository.file.list #file-content #ipython-notebook .nb-cell img { + max-width: 100%; +} .repository.file.list #file-content #ipython-notebook .nb-raw-cell { white-space: pre-wrap; background-color: #f5f2f0; |