From c00c220471ac9504e613a776adb55b806f3042eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com>
Date: Tue, 15 Sep 2020 12:57:34 +0200
Subject: [PATCH] uniweb: Fix Jupyter css

---
 uniweb/templates/jupyter/my.tpl | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/uniweb/templates/jupyter/my.tpl b/uniweb/templates/jupyter/my.tpl
index e3f693e4a..aed993bb6 100644
--- a/uniweb/templates/jupyter/my.tpl
+++ b/uniweb/templates/jupyter/my.tpl
@@ -45,11 +45,6 @@
 
 <style type="text/css">
 /* Overrides of notebook CSS for static HTML export */
-body {
-  overflow: visible;
-  padding: 8px;
-}
-
 div#notebook {
   overflow: visible;
   border-top: none;
-- 
GitLab